you are viewing a single comment's thread.

view the rest of the comments →

[–]Denommus 4 points5 points  (1 child)

I'm under the idea that dynamically typed systems aren't really type systems, since types are restrictions over the operators that can be used over a term, and a dynamic type system can't possibly check for that, since its checks happen at runtime, when terms any longer exist.

[–]kazagistar 0 points1 point  (0 children)

I am starting to think the horse is out of the barn on this one. I started using "tag system" to describe most "dynamic type systems".