LISP - Environment



                                                      CLISP is the GNU Common LISP multi-architechtural compiler used for setting up LISP in Windows. The windows version emulates a unix environment using MingW under windows. The installer takes care of this and automatically adds clisp to the windows PATH variable.

                                                      You can get the latest CLISP for Windows from here - http://sourceforge.net/projects/clisp/files/latest/download

                                                      List Environment Setup

                                                      It creates a shortcut in the Start Menu by default, for the line-by-line interpreter.

                                                      How to use CLISP

                                                      During installation, clisp is automatically added to your PATH variable if you select the option (RECOMMENDED) This means that you can simply open a new Command Prompt window and type clisp to bring up the compiler.

                                                      To run a *.lisp or *.lsp file, simply use -

clisp hello.lisp
Advertisements