clojure.walk in Basilisp
- Implemented
- 100.0%10 / 10
- Mismatched
- 4
- Missing
- 0
- Dialect-Only
- 2
Metadata Mismatches (4)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
| Var | Difference |
|---|---|
keywordize-keys | arglists Clojure (JVM): ([m])this surface: ([form]) |
postwalk-replace | arglists Clojure (JVM): ([smap form])this surface: ([replacements form]) |
prewalk-replace | arglists Clojure (JVM): ([smap form])this surface: ([replacements form]) |
stringify-keys | arglists Clojure (JVM): ([m])this surface: ([form]) |
Vars Present in Clojure (JVM) but Absent from This Surface (0)
None.
Vars Present in This Surface but Not in Clojure (JVM) (2)
| Var |
|---|
IWalkable |
walk* |