mirror of
https://github.com/janet-lang/janet
synced 2025-04-02 13:36:55 +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.