-
more lisp design thoughts: I think I'm kind of coming around to the Common Lisp case insensitivity thing, especially for interop with CamelCaseyLanguages that are a pain to type in the REPL. is it a terrible idea?
-
I have a prototype in jn that converts everything to lower case for lookup (not at read time like Common Lisp) and... it's quite nice?