win32 F/OSS development - cLisp

Lambda Symbol

Common Lisp is a version of Lisp that implements the ANSI Common Lisp Statndard. Due in part to the age of Lisp, a zillion implementations have sprung up. CL grew out of the need for standardization.

Install

  • Head over to the SourceForge page and grab the latest clisp-xxx-win32 zip file (currently NOT the latest; the win32 version is a version behind) Unzip the files with path somewhere and run the install.bat file in the main directory. This will add clisp to your path, set up associations and shortcuts.
  • Next up is ltk. Grab the latest file (it's a gziped tar, so be sure to grab 7-zip to extract it.) extract it to a subfolder of your clisp dir ( C:\clisp-2.39\ltk\ in my case). Fire up clisp and execute (compile-file "c:\\clisp-2.39\\ltk\\ltk.lisp")
         Note the double \\

    If all goes well you'll get ltk.fas as an output file. Load the file with load("c:\\clisp-2.39\\ltk\\ltk"), and test it with (ltk::ltk-eyes)

Documentation

Links






< < Back to Start >>