Skip to content

ariane-emory/aelisp-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ælisp#

A reimplementation of ÆLisp in C# using pidgin (alongside a custom tokenizer) to do its parsing. Largely seems to be working well under the hood, but doesn't have a user friendly REPL, sensible command line options or unit tests yet.

This implementation is meant to proceed conservatively: the first goal is to successfully re-implement ÆLisp-C faithfully enough to run the in-language test suite included in ÆLisp-C with identical results, prior to proceeding to improve/extend the language itself (though breaking compatibility with code that runs successfully in Ælisp-C should remain an anti-goal in the near term).

About

A toy Lisp implemented in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages