Comment on Thank you pg and rtmparentComments−philh17yClojure's backquote syntax automatically resolves symbols into namespaces. `(if ~a ~b ~c) gives ('clojure.core/if a b c)−utx0017yamazing language. hope it takes off.
Comments
Clojure's backquote syntax automatically resolves symbols into namespaces. `(if ~a ~b ~c) gives ('clojure.core/if a b c)
amazing language. hope it takes off.