Skip to content

0.9.2

Compare
Choose a tag to compare
@eischet eischet released this 29 Jul 12:06
· 150 commits to main since this release

An older "class" implementation is removed and replace by a new "dispatch table" approach, which is easier to extend.
Most built-in classes have been updated to use dispatch tables instead of classes or even hand-written dispatch logic.
A number of implementation details have been moved out of the "api" into the "lang" implementation package.