Hacker News new | ask | show | jobs
by ScottBurson 5564 days ago
Yes, you could actually, but I've never seen anyone do it.
1 comments

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…