ra’s avatarra’s Twitter Archive—№ 40,257

  1. I am thinking about namespace syntaxes. is there a clear benefit to the Clojure style a.b.c/d vs the Common Lisp style a:b:c:d? in other words, is there a benefit to having two symbols . and / instead of just : ?