Skip to content

e-hat/ehlisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ehlisp

About/Roadmap

  • I am currently translating this tutorial into rust. I've got a working lisp interpreter!
  • Garbage collection There now is a working garbage collector!
  • I want to improve garbage collection by either deciding when it happens more effectively or parallelizing some of it, possibly both.
  • Not sure what's next!

This is also my first ever time using rust! I am currently loving it. I can't believe I survive in C++ without pattern matching, which has been amazing for traversing the ASTs and S-expressions. Also, programming in rust has made me think a lot more about the memory lifetimes in my program, which is fun and has already made me better at C++.

Pronunciation

"eh-lisp", like "Eh", followed by "lisp"

About

LISP interpreter with garbage collection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages