Fork me on GitHub
#announcements
<
2019-04-17
>
eunmin01:04:26

A Duct module for Lacinia graphQL library - https://github.com/kakao/duct-lacinia

👍 24
mars0i16:04:29

I wrote up some informal remarks on agent-based modeling in Clojure here: https://github.com/mars0i/masonclj/blob/master/doc/general/ABMsInClojure.md. Agent-based modeling can't be defined very precisely, but the general idea is to model a system using interactions between many entities--"agents"--the code for each of which is often very simple. For example, each agent might be a simplified model of a person or animal. (Agent-based modeling has nothing to do with the Clojure language agent concept.) @lspector and others: I'm am also releasing a very small library that's intended to make it easier to use MASON (an ABM library written in Java) with Clojure: https://github.com/mars0i/masonclj . Feedback, questions, suggestions, etc., are all welcome.

metal 20
pizzaspin 12
Alex Miller (Clojure team)19:04:33

FYI, I made two small changes to the transit-format spec today. 1) is an update of the note re durable use to be less of a warning, as transit 0.8 was released in 2014 and has never changed. 2) Fixed a typo in the text regarding the base cache ordinal to match the example and all existing impls (which was issue #39). Happy transiting! https://github.com/cognitect/transit-format/blob/master/README.md

👍 56
Alex Miller (Clojure team)19:04:06

And also, it was shocking to me that transit-format is now almost 5 years old.

😮 28
🙏 8
👍 4
🎉 28