|
|
|
|
|
by timdeve
1706 days ago
|
|
You're correct, somewhat like clojure's Vector, the default collection at runtime in Carp is an Array which is heap allocated C array with an attached length. At compile time however the dynamic language uses more standard lispy lists. |
|