All of the talks are on YouTube. Conj 2015 on Lanyrd.
- automat - library defining automata
- loco - constraint programming library
- demos from presentation
- Common Lisp Restarts
- Resources and code from Chouser's talk
- A Syntactic Theory of Dynamic Binding (pdf)
- swell CL style restarts in Clojure
- Last chapter of "The Joy of Clojure" goes into more detail (using dynamic vars for exceptions)
- A presentation on Spark by the Sparkling author
Basic ideas of Om-Next:
"The Bleeding edge of UI development."
- single atom apps: good
- over flushing: bad
- visible async: bad
- visible event model: bad
Om-Next borrows heavily from Netflix's Falcor and Facebook's Relay. Query requests look identical as in Datomic's pull method. TodoMVC implementation in Om-Next.
Good starting point for cljs internals:
Cool projects to check out:
- transit data exchange format for cljs -> clj.
- MagicHaskeller - inductive functional programming for Haskell
- Push - language for evolutionary computing (there's an implementation in Clojure, too)
- Conj 2014 talk about language evolution
Demo with "serverless" app that runs on Amazon's Lambda + API Gateway + Cognito.
- Code from presentation
- xpra: Screen for X11