|
|
|
|
|
by brehaut
5973 days ago
|
|
"...without a type system..." Sorry to be a pedant, but dynamically typed is not the same as without a type system, it is merely without a type checker. They probably look the same to somebody well versed in Haskell but the distinction matters. |
|
With a dynamic type system you get your errors at least at runtime. With no type system your program just behaves wrong.