Skip to content

nameoverflow/LittleScheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LittleScheme

A scheme interpreter implements a decent subset of R5RS Scheme.

  • Support 4 basic types: Number, Float, String, Bool

  • Function / lambda

  • Basic supporting for variable and environment (define/set!)

  • First-class continuation (call-with-current-continuation)

  • Numeric and string operation (arithmetic/compare)

TODO

  • Macro

LICENSE

WTFPL

About

Scheme (subset) interpreter implemented in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published