objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

Add `Collection.HashMultiSet` #469

Closed ghost closed 7 months ago

ghost commented 7 months ago

Unordered version of https://github.com/objeck/objeck-lang/issues/468.

objeck commented 7 months ago

I do not plan to rename classes to match the C# or Java naming convention. Making such changes would impact too much existing code.

ghost commented 7 months ago

I do not plan to rename classes to match the C# or Java naming convention. Making such changes would impact too much existing code.

This is adding new classes. It has nothing to do with renaming anything!