Ad
related to: scheme programming language download windows
Search results
Results From The WOW.Com Content Network
Scheme is primarily a functional programming language. It shares many characteristics with other members of the Lisp programming language family. Scheme's very simple syntax is based on s-expressions, parenthesized lists in which a prefix operator is followed by its arguments. Scheme programs thus consist of sequences of nested lists.
JScheme is an implementation of the Scheme programming language, created by Kenneth R. Anderson, Timothy J. Hickey and Peter Norvig [1], which is almost compliant with the R4RS Scheme standard and which has an interface to Java. Distributed under the licence of zlib/libpng, JScheme is free software.
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 files for the x86 (IA-32, x86-64) processor architecture. It supports the R7RS-small standard. [3] It is free and open-source software released under v2 or later of the GNU General Public ...
TinyScheme is a free software implementation of the Scheme programming language with a lightweight Scheme interpreter of a subset of the R 5 RS standard. It is meant to be used as an embedded scripting interpreter for other programs.
Chicken's focus is quickly clear from its slogan: "A practical and portable Scheme system". Chicken's main focus is the practical application of Scheme for writing real-world software. Scheme is well known for its use in computer science curricula and programming language experimentation, but it has seen little use in business and industry. [3]
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 compiler to produce native binary files for the x86 ( IA-32 , x86-64 ), PowerPC , SPARC , and AArch64 processor architectures.
Scheme 48 is a programming language, a dialect of the language Scheme, an implementation using an interpreter which emits bytecode. [2] It has a foreign function interface for calling functions from the language C [3] and comes with a library for regular expressions (regex), [4] and an interface for Portable Operating System Interface (). [5]
Extension Language Kit (ELK) is a free Scheme implementation which is embeddable in C and C++ programs, but can also be used as a stand-alone Scheme interpreter. It is available under a custom permissive license [ 1 ] for any use, commercial or noncommercial.