jeremyschlatter / chime

An interpreter for Bel
http://paulgraham.com/bel.html
Other
18 stars 2 forks source link

Overly humble error message for cannot-apply #13

Open masak opened 4 years ago

masak commented 4 years ago

Using the Windows executable of the 0.4.0 release:

$ ./chime.exe
> (nil)
I don't know how to evaluate this yet: (nil)

Two issues:

> (set foo "not a function, but a string")
"not a function, but a string"

> (foo 1 2 3)
I don't know how to evaluate this yet: (foo 1 2 3)