This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-17
Channels
- # announcements (4)
- # aws (17)
- # beginners (108)
- # calva (2)
- # clojure (164)
- # clojure-austin (1)
- # clojure-europe (3)
- # clojure-italy (1)
- # clojure-nl (17)
- # clojure-uk (98)
- # clojurescript (31)
- # code-reviews (1)
- # cursive (23)
- # data-science (1)
- # dirac (6)
- # emacs (21)
- # figwheel-main (1)
- # fulcro (53)
- # graphql (2)
- # hoplon (1)
- # lein-figwheel (1)
- # leiningen (2)
- # lumo (21)
- # off-topic (118)
- # onyx (4)
- # pathom (59)
- # pedestal (2)
- # planck (3)
- # reagent (47)
- # reitit (2)
- # shadow-cljs (258)
- # spacemacs (3)
- # sql (10)
- # tools-deps (37)
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.
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
And also, it was shocking to me that transit-format is now almost 5 years old.