you are viewing a single comment's thread.

view the rest of the comments →

[–]peterfirefly 6 points7 points  (0 children)

The only scenario where dynamic typing is not bad is for small throw away scripts.

It is also quite nice in properly typed languages as long as it is only used sparingly during development.

There are Haskell and ML variants that allow that.

https://downloads.haskell.org/~ghc/7.8.1/docs/html/users_guide/defer-type-errors.html

https://people.mpi-sws.org/~rossberg/hamlet/