Skip to content

Commit 10d8892

Browse files
committed
* call out lack for struct support
1 parent 5b19c17 commit 10d8892

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/about/differences.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ See <<xref/../../guides/quick-start#,Quick Start>>
8282
** Because there is no character type in ClojureScript, ``\`` produces a single-character string.
8383
* `read`
8484
** The `read` and `read-string` functions are located in the `cljs.reader` namespace
85-
* Tagged Literals
85+
* Tagged Literals
8686
** The same as https://clojure.org/reference/reader[Clojure Tagged Literals], except that reader functions used at the compilation stage are similar to a Clojurescript macros, in that they
8787
should return a Clojurescript code form (or a literal such as a string or number).
8888
** The Clojure compiler does not automatically require reader functions referred to in data_readers.clj/c,
@@ -182,6 +182,8 @@ You may be wondering: “If that's the case, which one do I get?” ClojureScrip
182182
*** Ports of Clojure's implementations
183183
** Transient support in place for persistent vectors, hash maps and hash sets
184184
** Most but not all collection fns are implemented
185+
* StructMaps
186+
** ClojureScript does not implement `defstruct`, `create-struct`, `struct-map`, `struct`, or `accessor`.
185187

186188
== Seqs
187189

0 commit comments

Comments
 (0)