diff options
| author | 2024-04-27 16:59:07 -0500 | |
|---|---|---|
| committer | 2024-04-27 16:59:19 -0500 | |
| commit | bb033dc80d02179e05ef9da6c41b08d779b4061d (patch) | |
| tree | 847cc328dd3d3b912ce551facdeb9de0a86b9d50 /doc | |
| parent | Merge pull request #181 from psagers/master (diff) | |
Fix #163
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/data.mdz | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/data.mdz b/doc/data.mdz index da0302a..0038e73 100644 --- a/doc/data.mdz +++ b/doc/data.mdz @@ -4,7 +4,8 @@ :template "mdzdoc/main.html" :order 1} --- -@link[https://clojure.org/]{Clojure} contains a very useful core library (or "namespace" in Clojure parlance) called @link[https://clojure.github.io/clojure/clojure.data-api.html]{clojure.data} (@link[https://github.com/clojure/clojure/blob/51c6d7a70912a8f65e81a8e11ae6f56c94920725/src/clj/clojure/data.clj]{source}). It contains one "exported" function: @code`clojure.data/diff`. This addition to spork, @code`data.janet`, should exactly replicate the behavior of @code`clojure.data/diff` using Janet tables, structs, arrays, and tuples in place of their Clojure equivalents. + +@p{@link[https://clojure.org/]{Clojure} contains a very useful core library (or "namespace" in Clojure parlance) called @link[https://clojure.github.io/clojure/clojure.data-api.html]{clojure.data} (@link[https://github.com/clojure/clojure/blob/51c6d7a70912a8f65e81a8e11ae6f56c94920725/src/clj/clojure/data.clj]{source}). It contains one "exported" function: @code`clojure.data/diff`. This addition to spork, @code`data.janet`, should exactly replicate the behavior of @code`clojure.data/diff` using Janet tables, structs, arrays, and tuples in place of their Clojure equivalents.} ## Function |
