Skip to content

jaratec/spl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spl

Scala Powered Lisp

The lisp can be run in sbt (with run command). Or can be run as a an application. Class Repl has a main method. Either way you will have a repl where you can type lisp expression. There are some commands built in (load - to load some file containing definitions and quit - to exit the repl):

  • :load file_name
  • :quit

More information on how the lisp implementation was built: a non-blog post and a presentation.

About

Scala Powered Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages