Scheme
Scheme is a minimalist dialect of Lisp, created in the mid-1970s by Gerald Jay Sussman and Guy Steele, known for its small, elegant core syntax and emphasis on functional programming and precise semantics.
9 resources across 3 libraries
Glossary Terms(6)
Prolog
Prolog is a declarative, logic-based programming language in which programs are expressed as facts and rules, and computation proceeds by the language's engine…
Scheme
Scheme is a minimalist dialect of Lisp, created in the mid-1970s by Gerald Jay Sussman and Guy Steele, known for its small, elegant core syntax and emphasis on…
Common Lisp
Common Lisp is a general-purpose, multi-paradigm dialect of Lisp standardized in the 1980s, notable for its powerful macro system, dynamic development style, a…
Racket
Racket is a general-purpose, multi-paradigm programming language descended from Scheme, originally released as PLT Scheme, designed with particular emphasis on…
Recursion
Recursion is a programming technique in which a function solves a problem by calling itself on smaller subproblems, combined with a base case that stops the re…
Janet (language)
Janet is a functional and imperative Lisp-dialect programming language and bytecode virtual machine designed to be small, fast, and easily embedded into C appl…