Y
Hacker News
new
|
ask
|
show
|
jobs
by
debacle
4191 days ago
Collections are generally not primitives unless they are implemented in the language as primitives.
1 comments
bitwalker
4191 days ago
While I agree with you, Erlang for instance has collections as primitives (lists/tuples), but then offers more complex collections (such as gb_tree) as part of the stdlib.
link