@@ -12,33 +12,34 @@ Here the instructions on how to build your own Clojure projects with GraalVM.
12
12
13
13
Here the list of libraries tested:
14
14
15
- | Status | Library | Description | Remarks |
16
- | :------------------:| ------------------------------------------------------| --------------------------------------------------------| --------------------------------|
17
- | :white_check_mark : | [ Clojure core] ( ./clojure ) | Clojure core | |
18
- | :white_check_mark : | [ clojure spec] ( ./spec ) | Clojure Spec | |
19
- | :white_check_mark : | [ clojure/tools.logging] ( ./tools-logging ) | Logging library | |
20
- | :white_check_mark : | [ clojure/tools.logging+log4j] ( ./tools-logging-log4j ) | Logging library | |
21
- | :white_check_mark : | [ aleph] ( ./aleph ) | Web server | |
22
- | :white_check_mark : | [ amazonica+s3] ( ./amazonica-s3 ) | Cloud API wrapper library | |
23
- | :white_check_mark : | [ cheshire] ( ./cheshire ) | JSON parser/writer | |
24
- | :white_check_mark : | [ clj-http-lite] ( ./clj-http-lite ) | Web client | |
25
- | :x : | [ clj-sophia] ( ./clj-sophia ) | A fast RAM-Disk hybrid storage | * Runtime error/JNA* |
26
- | :white_check_mark : | [ clj-uuid] ( ./clj-uuid ) | RFC4122 Unique Identifiers for Clojure | No objects in namespaced uuids |
27
- | :white_check_mark : | [ clostache] ( ./clostache ) | {{ mustache }} for Clojure | |
28
- | :x : | [ cognitect/aws-api+s3] ( ./aws-api-s3 ) | Cloud API library | * Buildtime error* |
29
- | :white_check_mark : | [ component] ( ./component ) | Managing lifecycle and dependencies of software | |
30
- | :white_check_mark : | [ datascript] ( ./datascript ) | Immutable database and Datalog query engine | |
31
- | :warning : | [ fastmath] ( ./fastmath ) | Fast and primitive math and stats library | * See README* |
32
- | :white_check_mark : | [ hiccup] ( ./hiccup ) | Fast library for rendering HTML in Clojure | |
33
- | :white_check_mark : | [ http-kit] ( ./http-kit ) | Web server and server | |
34
- | :x : | [ monger] ( ./monger ) | An idiomatic Clojure MongoDB driver with sane defaults | |
35
- | :white_check_mark : | [ next.jdbc + honeysql] ( ./next-jdbc ) | Database driver and SQL-in-Clojure | |
36
- | :warning : | [ nippy] ( ./nippy ) | Clojure serialization/deserialization library | * Can't serialize exceptions* |
37
- | :white_check_mark : | [ ring/jetty] ( ./ring-jetty ) | Web server | |
38
- | :white_check_mark : | [ safely] ( ./safely ) | Circuit breaker | |
39
- | :white_check_mark : | [ secure-random] ( ./secure-random ) | ` SecureRandom ` initialization | |
40
- | :white_check_mark : | [ selmer] ( ./selmer ) | A fast, Django inspired template system for Clojure. | |
41
- | :x : | [ system] ( ./system ) | Layer on top of components | * Buildtime error, see Readme* |
15
+ | Status | Library | Description | Remarks |
16
+ | :------------------:| ------------------------------------------------------| ---------------------------------------------------------------------| --------------------------------|
17
+ | :white_check_mark : | [ Clojure core] ( ./clojure ) | Clojure core | |
18
+ | :white_check_mark : | [ clojure spec] ( ./spec ) | Clojure Spec | |
19
+ | :white_check_mark : | [ clojure/tools.logging] ( ./tools-logging ) | Logging library | |
20
+ | :white_check_mark : | [ clojure/tools.logging+log4j] ( ./tools-logging-log4j ) | Logging library | |
21
+ | :white_check_mark : | [ aleph] ( ./aleph ) | Web server | |
22
+ | :white_check_mark : | [ amazonica+s3] ( ./amazonica-s3 ) | Cloud API wrapper library | |
23
+ | :white_check_mark : | [ cheshire] ( ./cheshire ) | JSON parser/writer | |
24
+ | :white_check_mark : | [ clj-http-lite] ( ./clj-http-lite ) | Web client | |
25
+ | :x : | [ clj-sophia] ( ./clj-sophia ) | A fast RAM-Disk hybrid storage | * Runtime error/JNA* |
26
+ | :white_check_mark : | [ clj-uuid] ( ./clj-uuid ) | RFC4122 Unique Identifiers for Clojure | No objects in namespaced uuids |
27
+ | :white_check_mark : | [ clostache] ( ./clostache ) | {{ mustache }} for Clojure | |
28
+ | :x : | [ cognitect/aws-api+s3] ( ./aws-api-s3 ) | Cloud API library | * Buildtime error* |
29
+ | :white_check_mark : | [ component] ( ./component ) | Managing lifecycle and dependencies of software | |
30
+ | :white_check_mark : | [ datascript] ( ./datascript ) | Immutable database and Datalog query engine | |
31
+ | :warning : | [ fastmath] ( ./fastmath ) | Fast and primitive math and stats library | * See README* |
32
+ | :white_check_mark : | [ fire] ( ./fire ) | A lightweight clojure client for Firebase based using the REST API. | |
33
+ | :white_check_mark : | [ hiccup] ( ./hiccup ) | Fast library for rendering HTML in Clojure | |
34
+ | :white_check_mark : | [ http-kit] ( ./http-kit ) | Web server and server | |
35
+ | :x : | [ monger] ( ./monger ) | An idiomatic Clojure MongoDB driver with sane defaults | |
36
+ | :white_check_mark : | [ next.jdbc + honeysql] ( ./next-jdbc ) | Database driver and SQL-in-Clojure | |
37
+ | :warning : | [ nippy] ( ./nippy ) | Clojure serialization/deserialization library | * Can't serialize exceptions* |
38
+ | :white_check_mark : | [ ring/jetty] ( ./ring-jetty ) | Web server | |
39
+ | :white_check_mark : | [ safely] ( ./safely ) | Circuit breaker | |
40
+ | :white_check_mark : | [ secure-random] ( ./secure-random ) | ` SecureRandom ` initialization | |
41
+ | :white_check_mark : | [ selmer] ( ./selmer ) | A fast, Django inspired template system for Clojure. | |
42
+ | :x : | [ system] ( ./system ) | Layer on top of components | * Buildtime error, see Readme* |
42
43
43
44
44
45
More libraries to come (* PRs are welcome* ).
0 commit comments