Hacker News new | ask | show | jobs
by dannyobrien 629 days ago
The language-hack of the "the" operator in Common Lisp, whereby `(the fixnum (+ 5 7))` signals that the result of (+ 5 7) should be an integer is so ... lispy.