https://github.com/fogus/thneed v1.1.3: Clojure functions that I've found useful. • Added roman numeral parsing and back again utils to fogus.numbers • Added Aspect/Interceptor combinators to fogus.adverbs • Many more docstrings throughout
com.walmartlabs/lacinia 1.3.0-beta-1 Lacinia is an open-source implementation of the GraphQL specification, in Clojure. GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently. GitHub repo: https://github.com/walmartlabs/lacinia Documentation: http://lacinia.readthedocs.io/en/latest/ This release of Lacinia improves performance by providing a pre-built Antlr4J parser (this required generating and compiling Java classes, rather than using interpreted parsing). It also addresses missing support for certain GraphQL schema syntaxes, and improves schema introspection and validation. https://github.com/walmartlabs/lacinia/milestone/34?closed=1