Y
Hacker News
new
|
ask
|
show
|
jobs
by
metaobject
3133 days ago
Perhaps it's my OCD, but a Lisp with uppercase namespaces, etc. just rubs me the wrong way.
1 comments
yawaramin
3133 days ago
I suspect the uppercase module names are a Haskell influence. Clojure uses `/`, right? So it might look like e.g. `(carp/io/println "Hello, World!")`. Come to think of it, importing names like `(use carp/io/async)` would be pretty cool.
link