Skip to content

A Scheme interpreter for the JVM. Abandoned, will try to write a compiler instead

Notifications You must be signed in to change notification settings

wirde/My-Little-Scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proper tail calls through trampolining

Implemented special forms
-------------------------
define (including syntactic sugar for lambdas)
if
quote
lambda
set!
begin
let
cond
and
or

Implemented types
-----------------
string
integer
pair (list)
bool
procedure

About

A Scheme interpreter for the JVM. Abandoned, will try to write a compiler instead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published