|
|
|
|
|
by hxa7241
5515 days ago
|
|
A few people have asked, what is the point? since trees and associative access can just be implemented with lists. It is the same basic point as having 'let' or 'case' etc. (which can all just be implemented with 'lambda' and 'if' etc.) -- it is just a bit higher-level to program with. With something that makes programming a little easier (maybe), probably the question ought really be, why shouldn't we have it? |
|