mirror of
https://github.com/janet-lang/janet
synced 2025-06-05 16:14:12 +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.