Gtoast
Results
1
comments of
Gtoast
Came up with the following hack to get the "top level" nbb file ([as in python's top level module concept](https://docs.python.org/3/library/__main__.html)): ```Clojure (require '["path" :as path]) (defn top-level-nbb-file [] (let [nbb-index...