ra’s avatarra’s Twitter Archive—№ 37,302

    1. lisp friends, im getting to some deciding points in #jn. making namespace-level definitions completely static makes the whole language simpler and enables all kinds of optimizations, but the following clojureish code would become impossible. would you expect this to be an issue?
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    the idea is that in the majority case you dont have to run code to figure out the shape of a namespace (its members and their types and signatures) and when you do need something extra you can use macros? will this suck?