Lisp Learning (2)---operating environment

Source: Internet
Author: User
Tags sublime text

工欲善其事 its prerequisite, this article began to record the use of Lisp environment problems.


Operating environment I have two recommended ways:

1, Lispbox

2. Sublime text + SBCL


The first way to do this is to download a compressed package. The. bat file in the pressurized operation will open



The second way to configure the sublime text of the compilation system needs to be configured

1, first to download SBCL and installation, installation completed after the SBCL environment variable has been configured, go to command line input SBCL can come out to compile the environment

SBCL Download Address: http://www.sbcl.org/platform-table.html

2, configuration Sublim text add the system specific system file configuration as follows:

{
  "cmd": ["SBCL", "--load", "$file"],
  "quiet": True
}


Compile the system Select the build system you just created, it is best to restart sublime text.


If it can be compiled correctly, this should be the case:






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.