Comment on Dynamic languages are static languagesparentComments−ScottBurson15yYes, you could actually, but I've never seen anyone do it.−plesn15yHaskell's Data.Typeable kind of does this. (http://haskell.org/ghc/docs/latest/html/libraries/base/Data-...). It does not feel like python though…
Comments
Yes, you could actually, but I've never seen anyone do it.
Haskell's Data.Typeable kind of does this. (http://haskell.org/ghc/docs/latest/html/libraries/base/Data-...). It does not feel like python though…