|
|
|
|
|
by c_crank
1090 days ago
|
|
Duplicates aren't the main cause of dependency hell in Node.js, although they certainly don't help matters. Other systems languages have kept simple, C-like syntax without the associated error rates. Removing a lot of implicit casting and having sane compiler standards is all you need, not a bad implementation of the HM type system. |
|