|
|
|
|
|
by tines
3522 days ago
|
|
In my opinion, you've got the order wrong: types are the abstraction, and untyped-ness is the concrete implementation (just look at almost all assembly languages). > Do you want to invest your time worrying about types or actually programming? Another order reversal: type systems allow you to focus on programming, instead of hunting around for bugs because somebody 50 levels up the call stack passed you a value that doesn't support the interface it needs to support. This is an endless debate of course, just wanted to throw in a typed pl fan's opinion in the mix. |
|
Except that is false. Bug prevalence is empirically orthogonal to type system.
See Xmonad