Several free scheme (LISP) Interpreters
Keyword: Lisp Scheme
LISP
Is an old FunctionProgramming LanguageScheme originated from a lisp dialect of MIT. Some features of the current programming language, such as tail recursion, anonymous functions, and dynamic changesCodeAnd so on, no
It is rarely inspired by lisp. Here we will introduce several free scheme or lisp environments that can be used in windows.
Drscheme. This is the scheme Interpreter I have been using. The interface is beautifully designed and convenient. I also like debugging and matching of parentheses. In addition, there are a lot of documents. If the English is good enough, you can basically learn scheme.
Mit-scheme.
This is MIT (ComputerProgramThe construction and interpretation of the Course Development Scheme environment. As a well-known teaching material, we have made a deep dive into the computational principles. Used in the book
Scheme is used as a programming language. Mit-scheme is basically a simplified emacs editor with a scheme language interpreter.
Difficult.
GNU clisp. This is a Common Lisp interpreter without IDE. Common LISP is also a major dialect of Lisp. Many people think that Common LISP is the "Orthodox" of lisp ".
Lisp in a box. In fact, the emacs editor is integrated with the Common Lisp interpreter slime to form an IDE, saving the trouble of manually configuring Emacs. Like Mit-scheme, we recommend that you familiarize yourself with Emacs first.
About scheme, G9 has written an excellent introduction: dancing with scheme, which is highly recommended for reading.