v0.0.56
This commit is contained in:
parent
a5f26aca3f
commit
a57d9f34bf
2 changed files with 3 additions and 24 deletions
23
README.md
23
README.md
|
|
@ -181,28 +181,7 @@ enumerated explicitly.
|
|||
- [`clojure.data.csv`](https://github.com/clojure/data.csv) aliased as `csv`
|
||||
- [`cheshire.core`](https://github.com/dakrone/cheshire) aliased as `json`
|
||||
|
||||
The following Java classes are available:
|
||||
|
||||
- `ArithmeticException`
|
||||
- `AssertionError`
|
||||
- `Boolean`
|
||||
- `Class`
|
||||
- `Double`
|
||||
- `Exception`
|
||||
- `clojure.lang.ExceptionInfo`
|
||||
- `Integer`
|
||||
- `Math`
|
||||
- `java.io.File`
|
||||
- `java.nio.file.Files`
|
||||
- `java.util.Base64`
|
||||
- `java.util.regex.Pattern`
|
||||
- `ProcessBuilder` (see [example](examples/process_builder.clj)).
|
||||
- `String`
|
||||
- `System`
|
||||
- `Thread`
|
||||
|
||||
More classes can be added by request. See `reflection.json` and the `:classes`
|
||||
option in `main.clj`.
|
||||
A selection of java classes are available, see `reflection.json`.
|
||||
|
||||
Babashka supports `import`: `(import clojure.lang.ExceptionInfo)`.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.0.56-SNAPSHOT
|
||||
0.0.56
|
||||
Loading…
Reference in a new issue