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

Ordered or Unordered? #395

Closed ghost closed 11 months ago

ghost commented 11 months ago

Again, my time is limited, and I tend only to implement new library classes if required. Adding more to Objeck means more testing and maintenance.

Originally posted by @objeck in https://github.com/objeck/objeck-lang/discussions/375#discussioncomment-7128411

Yeah I know. I don't ask you to implement anything. This is only a question.

It seems all containers in Collections are Sorted, isn't it? There is no Unsorted versions, isn't it?

That's what I want to know. Thanks.

objeck commented 11 months ago

List, Vectors and Queues are unsorted