Closed masak closed 3 years ago
ENOTABUG. dyn
is not a primitive, it's a form.
% bel
Language::Bel 0.55 -- darwin.
> (set keys [map car _])
(lit clo nil (_) (map car _))
> (keys forms)
(thread ccc after dyn where if quote (nil))
>
Forms are notoriously non-first-class. Specifically, they don't show up in the global namespace, but only (seen above) in the forms
namespace.
Closing.
Just discovered this:
Must be a simple omission among the primitives.