mirror of
https://github.com/janet-lang/janet
synced 2026-03-17 05:09:48 +00:00
- Change the global binding name from :redefs to :redef - Simplify internal representation of "redefinable bindings" - Store "redefinable bindings in :ref rather than :value inside the environment entries. This makes such bindings more like vars that can't be set rather than defs.