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
Here is a log of input to the current commit of Shaka Scheme (7b67f42)'s REPL of main.cpp.
$ ./shaka-scheme-repl-0.1.exe
Welcome to Shaka Scheme!
> (define a (lambda (x) x))
#<procedure>
> a
#<procedure>
> (a 1)
1
> #(a)
#(0x4aedea0)
> #('a b c)
#((quote a) b 0x4bc76c0)
The text was updated successfully, but these errors were encountered:
Here is a log of input to the current commit of Shaka Scheme (7b67f42)'s REPL of
main.cpp
.The text was updated successfully, but these errors were encountered: