工欲善其事 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: