libraries: add math.combinatorics
Its full suite (18 deftests) passes on jolt unchanged — pure Clojure over seqs, no host interop.
This commit is contained in:
parent
e16085402b
commit
2c5b7dd918
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ e.g. the [ring-app example](https://github.com/jolt-lang/examples/tree/main/ring
|
|||
(`<!`/`>!`/`alts!`, `pipeline`, `mult`/`mix`/`pub`/`sub`) on real OS threads.
|
||||
* [core.logic](https://github.com/clojure/core.logic) — relational logic programming
|
||||
(unification, `run`/`fresh`/`conde`, finite domains).
|
||||
* [math.combinatorics](https://github.com/clojure/math.combinatorics) — permutations,
|
||||
combinations, subsets, selections, cartesian products, partitions.
|
||||
* [tick](https://github.com/juxt/tick) — date/time over Jolt's `java.time`;
|
||||
`#time/…` literals via `time-literals`.
|
||||
* [transit-jolt](https://github.com/jolt-lang/transit-jolt) — Transit (JSON) read/write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue