admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
ian 2015-09-22T06:47:27.000346Z

@beppu: hey thanks for the reminder. I had no idea! I suppose I never even thought about it even though I use it so often.

2015-09-22T06:49:20.000347Z

No problem. Any help is appreciated.

canweriotnow 2015-09-22T15:41:29.000354Z

Am I completely barking up the wrong tree?

jeff.terrell 2015-09-22T20:31:40.000363Z

My teammate @adamfrey wrote this up about a good Clojure-y alternative to JSON. http://blog.altometrics.com/2015/09/stop-using-json-for-config/

jeff.terrell 2015-09-22T20:32:45.000365Z

Basically, use EDN and compile it to JSON with a :cljs: script that's been compiled into a fast command-line node script. Nifty stuff!