This commit is contained in:
Michiel Borkent 2020-01-02 13:53:35 +01:00
parent 391fea562b
commit d12d9b9f70

View file

@ -180,6 +180,7 @@ enumerated explicitly.
- [`clojure.core.async`](https://clojure.github.io/core.async/) aliased as - [`clojure.core.async`](https://clojure.github.io/core.async/) aliased as
`async`. The `alt` and `go` macros are not available but `alts!!` does work as `async`. The `alt` and `go` macros are not available but `alts!!` does work as
it is a function. it is a function.
- `clojure.stacktrace`
- [`clojure.tools.cli`](https://github.com/clojure/tools.cli) aliased as `tools.cli` - [`clojure.tools.cli`](https://github.com/clojure/tools.cli) aliased as `tools.cli`
- [`clojure.data.csv`](https://github.com/clojure/data.csv) aliased as `csv` - [`clojure.data.csv`](https://github.com/clojure/data.csv) aliased as `csv`
- [`cheshire.core`](https://github.com/dakrone/cheshire) aliased as `json` - [`cheshire.core`](https://github.com/dakrone/cheshire) aliased as `json`