Skip to content

Fabiokleis/land-of-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Land of Lisp

learning lisp by following Land of Lisp book. http://landoflisp.com

compile

to compile and load a .lisp file, you could open a clisp REPL and run:

(compile-file "your-code.lisp")
(load "your-code")

About

learning lisp by following Land of Lisp book. http://landoflisp.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published