Chris Shea.
Chris Shea
For LispNYC
Yes, it's a web application framework.
Pedestal provides a better, cohesive way to build rich client web applications in Clojure.
Chat sample app.
Open this link twice (once in an incognito window).
Remember the JS console!
A different take on Ring middleware.
(defrecord Interceptor
[name enter leave error pause resume])
ClojureScript is a compiler for Clojure that targets JavaScript.
(defmacro unless [expr & body] `(if ~expr nil (do ~@body)))
ClojureScript-in-ClojureScript is a port of the Clojure parts of the ClojureScript compiler to ClojureScript. Led by Joel Martin.
(defmacro unless [expr & body] `(if ~expr nil (do ~@body)))
defmacro
Most things compile except for some tricky macro/var/namespace interactions in core.clj/core.cljs