Fork me on GitHub
#admin-announcements
<
2016-04-15
>
coldnew00:04:49

@lumengxi: yes, I go thru 116 slides in one meetup 😬 It’s the first community meetup in Taiwan, I just want to let attendees know more on Clojure’s ecosystem and what it can does.

lumengxi00:04:48

NICCEEEEE!!!! Congrats!

coldnew01:04:08

thanks 😄

hlship17:04:14

[ANN] io.aviso/pretty 0.1.26 Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions To get around Clojure 1.8 deep linking, io.aviso.repl/install-pretty-exceptions now reloads clojure.test after overriding other functions (such as clojure.stacktrace/print-stack-trace). This problem manifested as exceptions reported by clojure.test being presented using the default implementation of clojure.stacktrace/print-stack-trace, but only with Clojure 1.8. This change restored pretty exception output for clojure.test. https://github.com/AvisoNovate/pretty

hlship17:04:37

Here’s another thing I put together recently: https://github.com/hlship/db-migrate-example Ever wonder how to properly use a bunch of Clojure technology together: * core.async * component * io.aviso/config * walmartlabs/active-status * walmartlabs/system-viz * and tools.cli for good measure? Well, look no further.

akjetma20:04:38

Here’s a Clojurescript collaborative coding environment I’ve been working on, feel free to erase everything/do whatever—I’m trying to get an idea of the load characteristics. http://swirl-app.herokuapp.com

akjetma20:04:18

(click the auto-eval button to let strangers execute arbitrary code on your computer! exciting!)

akjetma20:04:22

pretty sure you can also start up your own instance if you clone, heroku init, git push heroku master