Fork me on GitHub
#clojure-art
<
2016-01-19
>
meow04:01:32

we need to be doing stuff like this in clojure: https://www.youtube.com/watch?v=XF4SEVbxUdE

jellea18:01:12

thomash eggsyntax You can easily do svg with hiccup because svg, which is xml like html. Client side its super handy with reagent and figwheel.

eggsyntax18:01:44

@jellea: totally! I assumed @mathpunk wanted an abstraction layer over that, but it’s an important point, that there’s no need for such a layer. Thanks.