This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
I spent the last two days modularizing and repackaging google's guava. I wouldn't trust any of this until/unless I port unit tests, but if you have a clojure project that for whatever reason has a dependence on guava that you wish wasn't on all of guava, this might be useful https://github.com/bowbahdoe/guava-base https://github.com/bowbahdoe/guava-primitives https://github.com/bowbahdoe/guava-escape https://github.com/bowbahdoe/guava-math https://github.com/bowbahdoe/guava-collect https://github.com/bowbahdoe/guava-xml https://github.com/bowbahdoe/guava-html https://github.com/bowbahdoe/guava-hash https://github.com/bowbahdoe/guava-graph https://github.com/bowbahdoe/guava-io https://github.com/bowbahdoe/guava-net https://github.com/bowbahdoe/guava-reflect https://github.com/bowbahdoe/guava-concurrent
This is quite a pile of links. Maybe put the full list nicely formatted in the base package?
Looks great tho, Iām excited to read through it
> Maybe put the full list nicely formatted in the base package? Yeah... I got to get the https://github.com/bowbahdoe/guava package deploying. That would be the place to put it but because there are no source files the javadoc plugin doesn't want to do it. Its a bummer
Excellent, thank you
I have since made these forks mechanically derived from guava (i.e. a script does it and I don't do it by hand) so they should be more reliable than not so long as I keep relatively up to date
First announced release---v1.1.1: https://github.com/bobschrag/token-matcher/ Integrates companion project clolog to express and reason about enumerated kinds and subkinds allowed as bindings for +vars---kind-linked matcher template variables.
Companion project: https://github.com/bobschrag/clolog