a lisp interpreter written in Go
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jordan Orelli c4fed38dd9 refactored builtin type
this is done to avoid repeating all the arity checks all over the place.
That was getting a little tedious.
12 years ago
acc.go refactored builtin type 12 years ago
builtin.go refactored builtin type 12 years ago
cmp.go refactored builtin type 12 years ago
env.go added lambda support 12 years ago
input.scm added comparison operations 12 years ago
lex.go renamed typ3 -> tokenType 12 years ago
skeam.go refactored builtin type 12 years ago
special.go refactored builtin type 12 years ago