announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
pfeodrippe 2021-01-12T00:26:53.045100Z

Hi, just released a very crude version of Recife, a (yet very simple trying to be) model checker which was used on my Reclojure talk last year o/ https://github.com/pfeodrippe/recife

👍 4
🔥 1
5
Nazral 2021-01-12T09:09:01.049900Z

https://github.com/Tyruiop/aho is an implementation of the https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm for fast string matching. This implementation can be used from both Clojure and CLJS. A bonus feature is that each pattern searched for is associated to an identifier and returns the exact index match (which allows for easy grouping when many matches are found, or to handle synonyms).

👍 6
👀 1
borkdude 2021-01-12T10:44:06.051900Z

pl/sci: run Clojure via SCI as a PostgreSQL extension: https://github.com/borkdude/plsci This is very much an experiment and I'm open to feedback where to take this next. Follow up in #sci.

🆒 21
🦜 3
buzzdan 2021-01-12T18:40:34.055500Z

Donkey - new high performance clojure HTTP lib by Appsflyer! https://www.infoq.com/articles/clojure-donkey-http-stack/

👏 19
🦜 3
🚀 7
🎉 8
timo 2021-01-15T09:44:10.025Z

Are you thinking about adding vertx openapi? https://vertx.io/docs/vertx-web-openapi/java/ Having a good design first stack would be very beneficial!