(no title)
tinyspacewizard | 4 months ago
> You can still make it work by adding it to the prototype
This is exactly what we want to avoid!
tinyspacewizard | 4 months ago
> You can still make it work by adding it to the prototype
This is exactly what we want to avoid!
nonethewiser|4 months ago
Why would you want to avoid that? It's controversial syntactic sugar. Enforcing a convention locally seems ideal.
tinyspacewizard|4 months ago
2. There is a run-time overhead to wrapping
IMO a design goal of programming langauges should be for the most readable code to also be the most performant.
Language features tend to be controversial until they are mainstream.