This commit is contained in:
Michiel Borkent 2019-11-16 11:44:46 +01:00
parent 8c5cc4ee67
commit 1b482f4693
2 changed files with 14 additions and 15 deletions

View file

@ -164,20 +164,19 @@ namespaces. If not all vars are available, they are enumerated explicitly.
The following Java classes are available:
```
ArithmeticException
AssertionError
Boolean
Class
Double
Exception
clojure.lang.ExceptionInfo
Integer
java.io.File
java.util.regex.Pattern
String
System
Thread
- `ArithmeticException`
- `AssertionError`
- `Boolean`
- `Class`
- `Double`
- `Exception`
- `clojure.lang.ExceptionInfo`
- `Integer`
- `java.io.File`
- `java.util.regex.Pattern`
- `String`
- `System`
- `Thread`
```
More classes can be added by request.

View file

@ -1 +1 @@
0.0.28-SNAPSHOT
0.0.28