- Win32 F/OSS :
- Kool Aid :
- MinGW :
- Editor :
- CVS - Install :
- CVS - Use :
- Assorted Tools :
- Apache Install :
- PHP Install :
- MySQL Install :
- Ada :
- Asm :
- Awk :
- Basic :
- C++ :
- Caml :
- cLisp :
- Cobol :
- D :
- Fortran :
- Eiffel :
- Erlang :
- Haskell :
- Java :
- Javascript :
- Logo :
- Pascal :
- Perl :
- php :
- Prolog :
- Postscript :
- Python :
- Ruby :
- Scheme :
- Smalltalk :
- Tcl/Tk :
win32 F/OSS development - cLisp
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
- ComputerBooks.us: A handful of Lisp ebooks for download
- Common Lisp HyperSpec: The ANSI standard. A link to the download version is here
- Common Lisp the Language in HTML, LaTeX and Postscript versions for download.
Links
- Common-Lisp.net: a repository of source and resources
