clojure-art

meow 2016-01-19T04:10:32.000256Z

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

meow 2016-01-19T04:12:37.000258Z

and this: https://www.youtube.com/watch?v=7JV8b9r6r3k

jellea 2016-01-19T18:02:12.000260Z

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.

eggsyntax 2016-01-19T18:28:44.000262Z

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