Re: livecoding with Quil middleware

2017-03-19 Thread Nikita Beloglazov
Hi Jay Yes, draw and update functions support live coding out-of-box. It's trickier with middleware. The main thing is that middleware run once, when initializing sketch. The goal of middleware is to take user provided settings (like draw and update funcitons), optionally wrap some of them in

ANN: I wrote a beginner datomic tutorial I wanted to share with y'all, constructive feedback welcome

2017-03-19 Thread Fenton Travers
https://www.reddit.com/r/Clojure/comments/5zu1oc/my_datomic_tutorial_feedback_sought/ -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated -

[ANN] irresponsible/codependence 0.1.0 (dependency resolution for apps - a twist on integrant)

2017-03-19 Thread James Laver
Hi all, The Irresponsible Clojure Guild is pleased to announce codependence 0.1.0 is now available on clojars. This library came about because I liked integrant, but I wanted a bit more flexibility. It's built upon integrant (which is cool, I ported it to clojurescript!) but with a twist. In