Skip to content
/ milf Public

this is very minimalistic LISP 1 implementation. it's inspired by Scheme.

Notifications You must be signed in to change notification settings

HarryR/milf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is very minimalistic LISP 1 implementation. it's inspired by Scheme.

trivia:

  • don't be fooled, MILF is dynamically scoped
  • there is no TCO
  • but we have (return), (break) and (continue)
  • (define) defines variable in the current frame
  • i don't know what to write here

About

this is very minimalistic LISP 1 implementation. it's inspired by Scheme.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages