First, let me define what I mean by safe: the earlier a programming language catches a programming error for you, the safer it is. Haskell is extremely safe, whereas php is extremely unsafe. Some...
more
Wow! This really blew me away: http://eigenclass.org/hiki/addressing-orm-problem-typed-relational-algebraIt is one thing to do crazy metaprogramming stuff during runtime to inspect database...
more