Skip to content

kimjoar/moo-lisp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOO Lisp

My [Own|Outstanding|Odd|Overrated|Offbeat|Obnoxious|Otherworldly]{2,} Lisp

Moo is a simple Lisp implemented in Python. It is in no way intended to be used for anything serious. Ever.

Usage

To run the repl

./moo

To interpret a file

./moo example.moo

Run the tests

The test suite require nosetests to be installed. If you want to run the tests yourself, install dependencies like this:

pip install -r requirements.txt

License

The REPL cow is blatantly ripped from cowsay, which is GPL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%