|
|
|
|
|
by hoosieree
1036 days ago
|
|
> What’s the point of an array-based language if it’s slower and harder to write than the equivalent in mainstream languages!? How many times would you throw away a 1000 line program and start over with completely different data structures and algorithms, just to try a different approach? What about a 10 line program? Or a 1-line program? When it's basically free to rewrite your entire program, you tend to explore more. That's one benefit terseness affords you. |
|