• Thumbnail for Chicken (Scheme implementation)
    required by the Scheme language standard. The implementation in the Chicken Scheme compiler is even asymptotically safe for space. Chicken Scheme is mostly...
    17 KB (1,728 words) - 06:35, 16 July 2024
  • integrate with corresponding libraries. Chicken (Scheme implementation) Stalin (Scheme implementation) "Gambit Scheme - Gambit 4.9.4". gambitscheme.org. Retrieved...
    5 KB (374 words) - 00:25, 19 May 2024
  • mascot, also called The Chicken Chicken (Scheme implementation), a compiler and interpreter for the programming language Scheme Chicken (video game), a 1982...
    3 KB (418 words) - 13:47, 24 April 2024
  • online. Free and open-source software portal Chicken (Scheme implementation) Gambit (Scheme implementation) Official website A Google Code project – includes...
    4 KB (233 words) - 18:00, 22 April 2024
  • Thumbnail for Kawa (Scheme implementation)
    programming language Java that implements the programming language Scheme, a dialect of Lisp, and can be used to implement other languages to run on the...
    3 KB (199 words) - 05:35, 16 January 2024
  • Scheme Requests for Implementation (SRFI) is an effort to coordinate libraries and extensions of standard Scheme programming language, necessitated by...
    2 KB (240 words) - 01:00, 22 April 2024
  • Thumbnail for Scheme (programming language)
    newest releases of various Scheme implementations support the R6RS standard. There is a portable reference implementation of the proposed implicitly phased...
    73 KB (8,207 words) - 22:53, 9 June 2024
  • Thumbnail for SCM (Scheme implementation)
    language, a dialect of the language Scheme. It is written in the language C, by Aubrey Jaffer, the author of the SLIB Scheme library and the JACAL interactive...
    4 KB (258 words) - 02:25, 2 July 2024
  • x86 IA-32 architecture. Ikarus is the first public implementation of a large part of the R6RS Scheme standard. Version 0.0.3 has 94% of the total R6RS...
    6 KB (450 words) - 15:18, 21 January 2024
  • Thumbnail for Racket (programming language)
    dialect of Lisp and a descendant of Scheme. It is designed as a platform for programming language design and implementation. In addition to the core Racket...
    35 KB (3,205 words) - 22:07, 28 April 2024
  • Chez Scheme is a programming language, a dialect and implementation of the language Scheme which is a type of Lisp. It uses an incremental native-code...
    6 KB (428 words) - 16:43, 18 May 2024
  • Thumbnail for GNU Guile
    GNU Guile (redirect from Guile Scheme)
    modifying Guile. Guile implements the Scheme standard R5RS, most of R6RS and R7RS, several Scheme Requests for Implementation (SRFI), and many extensions...
    21 KB (1,978 words) - 03:03, 3 June 2024
  • Thumbnail for Lisp (programming language)
    Lisp Conference. The Scheme community actively maintains over twenty implementations. Several significant new implementations (Chicken, Gambit, Gauche, Ikarus...
    84 KB (9,697 words) - 08:16, 9 June 2024
  • Tail call (category Programming language implementation)
    more expensive than the normal C function call, so at least one Scheme compiler, Chicken, uses a technique first described by Henry Baker from an unpublished...
    40 KB (4,209 words) - 08:10, 28 April 2024
  • Continuation-passing style (category Implementation of functional programming languages)
    1017/S0960129500001535. S2CID 8790522. Chicken Scheme compiler, a Scheme to C compiler that uses continuation-passing style for translating Scheme procedures into C functions...
    22 KB (2,532 words) - 15:32, 2 November 2023
  • Thumbnail for Common Lisp
    MacLisp dialects. Common Lisp is not an implementation, but rather a language specification. Several implementations of the Common Lisp standard are available...
    94 KB (11,971 words) - 03:56, 19 June 2024
  • Thumbnail for Common Lisp Object System
    Sagittarius, a Scheme with CLOS ScmObj, for Scheme SOS for MIT Scheme STklos, a Scheme with CLOS Swindle in Racket COOPS in Chicken Scheme VCLOS for Skill...
    14 KB (1,734 words) - 16:00, 3 May 2024
  • Scsh (redirect from Scheme shell)
    Scsh (a Scheme shell) is computer software, a type of shell for an operating system. It is a Portable Operating System Interface (POSIX) application programming...
    4 KB (360 words) - 23:54, 12 January 2024
  • SIOD (redirect from Scheme In One Defun)
    Scheme In One Defun, or humorously Scheme In One Day (SIOD) is a programming language, a dialect of the language Lisp, a small-size implementation of the...
    4 KB (217 words) - 22:33, 8 December 2021
  • Thumbnail for Chick-fil-A
    American fast food restaurant chain and the largest chain specializing in chicken sandwiches. Headquartered in College Park, Georgia, Chick-fil-A operates...
    90 KB (7,774 words) - 18:35, 20 July 2024
  • Thumbnail for Logo (programming language)
    commercial implementation of Logo for the 8-bit BBC Micro and Acorn Electron computers. It was developed for Acorn Computers as a full implementation of Logo...
    23 KB (2,456 words) - 15:17, 13 July 2024
  • Thumbnail for MIT/GNU Scheme
    MIT/GNU Scheme is a programming language, a dialect and implementation of the language Scheme, which is a dialect of Lisp. It can produce native binary...
    7 KB (478 words) - 02:49, 8 July 2024
  • Thumbnail for S-expression
    implemented using cons cells. S-expressions were originally intended only for data to be manipulated by M-expressions, but the first implementation of...
    14 KB (1,713 words) - 16:13, 12 March 2024
  • Scheme 48 is a programming language, a dialect of the language Scheme, an implementation using an interpreter which emits bytecode. It has a foreign function...
    6 KB (550 words) - 02:13, 22 February 2023
  • there are also Scheme Requests for Implementation documents, that contain additional libraries that may be added by Scheme implementations. Steele, Guy...
    17 KB (2,001 words) - 02:44, 9 February 2024
  • Thumbnail for Structure and Interpretation of Computer Programs
    Structure and Interpretation of Computer Programs (category Scheme (programming language))
    computer science concepts using Scheme, a dialect of Lisp. It also uses a virtual register machine and assembler to implement Lisp interpreters and compilers...
    9 KB (673 words) - 12:23, 24 June 2024
  • for: Ada Delphi, Lazarus Free Pascal C, C++ Chicken Scheme Common Lisp D Eiffel Erlang GnuCOBOL Go Guile Scheme Haskell VSI BASIC for OpenVMS Java Lua node...
    14 KB (1,271 words) - 13:18, 7 April 2024
  • Call-with-current-continuation (category Scheme (programming language))
    In the Scheme computer programming language, the procedure call-with-current-continuation, abbreviated call/cc, is used as a control flow operator. It...
    13 KB (1,570 words) - 11:09, 18 September 2022
  • Crazy Chicken (originally released in Germany as Moorhuhn), sometimes known as Chicken Hunter or Moorhen, is a shooting gallery video game franchise. While...
    124 KB (4,899 words) - 20:35, 14 June 2024
  • Thumbnail for Emacs Lisp
    Emacs Lisp (category GNU Project Lisp programming language implementations)
    2019-07-28. We have some experience in Lisp implementation now, since Elisp (the extended implementation of Rutgers/UCI Lisp) is essentially finished...
    18 KB (2,302 words) - 14:17, 21 July 2024