Fork me on GitHub
#announcements
<
2018-12-13
>
timgilbert16:12:06

Also in build-tooling related news, we've just released garamond, a tools.deps-based utility which manages versions via git tags and also post-processes clojure-generated pom.xml to include versions, groupIds, and a few other bits of helpful metadata. Follow-ups in #tools-deps please. https://github.com/workframers/garamond

🚀 12
12
john20:12:48

dispacio is an experimental, simple, predicate stack dispatch system. Predicates are tested in the order they are defined and the first truthy match wins. Features being worked on: - similar interface to defmethod - isa? hierarchies, similar to defmethod - prefer a la prefer-method - dispatch on arbitrary functions or specs, datomic/datalog queries, core.match, etc. - extend functions to data types, rather than data types to functions - small, simple, cljc codebase See the examples in the readme: https://github.com/johnmn3/dispacio This is an very alpha release - expect changes. If you see anything unexpected, please open an issue.

👍 4