You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an interpreter of a subset of Scheme language.
You can use load command to load up script files (.scm).
Commands:
car
cdr
lambda
not
add
subtract
multiply
equals
load
About
This is an interpreter of a subset of scheme language.