Build the lisp (clisp) development environment in Windows

Source: Internet
Author: User
ArticleDirectory
  • 1. configuration of the lisp Interpreter
  • 2. Configure the editor
  • 3. Other resources

Although I am also an old programmer, it is especially difficult to find a usable lisp environment. It is difficult for you to choose one in this pile of Lisp implementations. Choice is suffering, and finally I chose GNU clisp (http://www.clisp.org /). I have worked a lot in windows, so I chose clisp's Windows Port. You can download the compiled files from here.

1. configuration of the lisp Interpreter

Decompress the downloaded ZIP file and place it in the C root directory. Rename the directory to clisp. Add the following to the path of the environment variable:

C: \ clisp;

2. Configure the editor

I use sublime text 2. What we need to do is to call the interpreter to explain the current file. Add build system for clisp first.

Then create a clisp build, that is:

{"Cmd": ["clisp", "$ file"], "selector": "source. Cl "}

For the parameters and syntax of sublime text 2 build, see build system.

After the configuration is complete, create a new clisp file T. CL and open the file in sublime text 2 and input Common Lisp.CodeAnd press Ctrl + B to see the result.

 

3. Other resources

Clisp interpreter Help File: http://www.clisp.org/impnotes/clisp.html

Standard and Implementation of Common LISP: http://www.clisp.org/impnotes/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.