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
Using the Windows executable of the 0.4.0 release:
> (set keys [map car _])
(lit clo nil (_) (map car _))
> (keys forms)
(thread ccc after dyn where if quote (nil))
> (form hello ((e) a s r m)
| (mev s (cons (append "Hello " e "!") r) m))
<...huge output omitted...>
> (keys forms)
(hello thread ccc after dyn where if quote (nil))
> (hello "world")
undefined variable: hello
> (bel '(hello "world"))
"Hello world!"
I was surprised and happy to see that bel handles this one! 🎉 But arguably the ambient evaluator should, too.
The text was updated successfully, but these errors were encountered:
Using the Windows executable of the 0.4.0 release:
I was surprised and happy to see that
bel
handles this one! 🎉 But arguably the ambient evaluator should, too.The text was updated successfully, but these errors were encountered: