Crowlang/crow

Deprecate arrays in favor of cons lists.

Opened this issue · 0 comments

Cons lists allow a Lisp language to do so much more. Probably why they are used in pretty much every Lisp language except ours... Arrays will still be a thing, just no longer the primary way to deal with lists of data.