|
|
|
|
|
by winteriscomming
5293 days ago
|
|
JS has lots and lots of fundametal issues. Weird OO implementation (argue all you want but prototype inheritance is not what the prevailing wisdom is on how to do OO), no type system (at least give the option!), no packages/modules, no generics. Don't people want dev tools to better help them building and refactoring web code? Web dev is like 15 years behind server development. |
|
As for generics, I'm not sure what you're looking for there; it's pretty simple to write generic functions in JS, or indeed any language with duck typing, no?