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
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