|
|
|
|
|
by tediousdemise
1894 days ago
|
|
It seems to be a challenge to add zero-overhead features to programming languages. Poor design decisions result in a language that gets extremely bloated over time, forcing you to use features that you don’t want to. The better approach is to make these features optional, such as through a standard library. |
|