clojure.edn in Basilisp
- Implemented
- 100.0%2 / 2
- Mismatched
- 2
- Missing
- 0
- Dialect-Only
- 4
Metadata Mismatches (2)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
| Var | Difference |
|---|---|
read | arglists Clojure (JVM): ([] [stream] [opts stream])this surface: ([] [stream] [stream opts]) |
read-string | arglists Clojure (JVM): ([s] [opts s])this surface: ([s] [s opts]) |
Vars Present in Clojure (JVM) but Absent from This Surface (0)
None.
Vars Present in This Surface but Not in Clojure (JVM) (4)
| Var |
|---|
EDNEncodeable |
write |
write* |
write-string |