DEV Community

Cover image for Reactive Canvas with ClojureScript and Vue

Reactive Canvas with ClojureScript and Vue

Ben Lovy on November 23, 2018

Or How I Learned To Stop Worrying And Ditch Custom Directives Since writing my post Reactive Canvas with TypeScript and Vue I've discove...
Collapse
 
yorodm profile image
Yoandy Rodriguez Martinez

Long time since I've seen people interested in Clojure or ClojureScript, kudos for your post!

Collapse
 
deciduously profile image
Ben Lovy

Tragic, that - though your penchant for Common Lisp is even more rare!

I'm not giving up on it :D

Collapse
 
yorodm profile image
Yoandy Rodriguez Martinez • Edited

Lisp is beautiful in all it's flavors, and Clojure managed to make it even sexier :D

Thread Thread
 
gypsydave5 profile image
David Wickes

Yeah, more Clojure and Common Lisp please!

Thread Thread
 
yorodm profile image
Yoandy Rodriguez Martinez

See? This guy gets it XD

Collapse
 
orestis profile image
Orestis Markou

Nice! Thanks for posting this.

You could use reset! instead of swap! - it does what you want, reset the atom to a single value rather than using a function. :)

Collapse
 
deciduously profile image
Ben Lovy

Aha! Thank you thank you, I forgot about this - clearly a bit rusty :) I'll update the post, that's much clearer.