|
|
|
|
|
by Capricorn2481
746 days ago
|
|
What would be the point of equal symbols being EQ in a functional language? They are effectively EQ because it can compare by value quickly. Also, is there anything good about cons? It seems like the most obtuse way to do a sequence unless you need something funky that you could implement yourself. |
|