Skip to content

Instantly share code, notes, and snippets.

@skazhy
Created November 18, 2015 21:20
Show Gist options
  • Save skazhy/141e7343b1e457efee7d to your computer and use it in GitHub Desktop.
Save skazhy/141e7343b1e457efee7d to your computer and use it in GitHub Desktop.
Conj 2015 notes + links

clojure/conj 2015 notes

All of the talks are on YouTube. Conj 2015 on Lanyrd.

Clojure

State machines for Clojure

Condition systems

Spark for Clojure

ClojureScript

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.

Non-Clojure specific stuff

Genetic programming

Amazon Lambda

Demo with "serverless" app that runs on Amazon's Lambda + API Gateway + Cognito.

Running dev tools in Docker

Deep Specifications

Lightning Talks

  • defsql: jdbc wrapper with compile-time argument checks
  • vdom:Elm architecture model in cljs. Wraps virtual-dom lib
  • clj-tosca generator for TOSCA documents in Clojure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment