google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
2017-02-26T00:02:33.001197Z

what there are, are delegate namespaces.

2017-02-26T00:10:15.001198Z

when a request comes in, the servlet container sends it to the servlet. which it looks for on disk. the code generated by clojure delegates/forwards method calls to fns in the delegate namespace.

2017-02-26T09:45:49.001199Z

@qqq: here’s the missing bit of my explanation: during dev, i run a servlet.Filter that reloads changed clojure code on page refresh. it’s very simple.

qqq 2017-02-26T09:46:22.001200Z

@mobileink: in unrelated news, I just got om/next workin on GAE

👍 1
qqq 2017-02-26T09:46:24.001201Z

so happy 🙂