[ANN] Morphe: an aspect-oriented tool

2019-06-24 Thread Timothy Dean
An aspect-oriented library for Clojure Most aspect-oriented patterns I have seen in Clojure work one of two ways: first, via rebinding var roots dynamically; or second, via functional composition. While both of these patterns are perfectly adequate for many use cases, they are not (IMO) perfect

[ANN] Recurrent 0.2.1 - a library for doing functional-reactive GUI programming in Clojurescript

2019-06-24 Thread Jeremy Kross
Hey all, Recurrent (https://github.com/jeremykross/recurrent) is a library for doing functional-reactive GUI programming in Clojurescript. It's a few years old now, but I've just gotten around to doing a heavy documentation pass and thought I'd put the word out. It's sister library (the FRP l