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

Rename `Collection.SetHash` to `Collection.HashSet` #466

Closed ghost closed 7 months ago

ghost commented 7 months ago

To match the naming convention of C# and Java.

objeck commented 7 months ago

Thanks for the feedback. There are no plans to rename classes since making such changes would impact too much existing code.