admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
coldnew 2016-04-15T00:10:49.000552Z

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

1👍
lumengxi 2016-04-15T00:12:48.000553Z

NICCEEEEE!!!! Congrats!

lumengxi 2016-04-15T00:13:47.000554Z

恭喜 :simple_smile:

coldnew 2016-04-15T01:01:08.000555Z

thanks 😄

hlship 2016-04-15T17:35:14.000565Z

[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

6👏
hlship 2016-04-15T17:39:37.000567Z

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.

2👏
akjetma 2016-04-15T20:51:38.000570Z

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

akjetma 2016-04-15T20:51:51.000571Z

source code is here: https://github.com/akjetma/swirl

akjetma 2016-04-15T20:53:18.000573Z

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

akjetma 2016-04-15T20:56:22.000574Z

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