Skip to content

Commit

Permalink
* call out lack for struct support
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Nov 16, 2023
1 parent 5b19c17 commit 10d8892
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/about/differences.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ See <<xref/../../guides/quick-start#,Quick Start>>
** Because there is no character type in ClojureScript, ``\`` produces a single-character string.
* `read`
** The `read` and `read-string` functions are located in the `cljs.reader` namespace
* Tagged Literals
* Tagged Literals
** 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
should return a Clojurescript code form (or a literal such as a string or number).
** The Clojure compiler does not automatically require reader functions referred to in data_readers.clj/c,
Expand Down Expand Up @@ -182,6 +182,8 @@ You may be wondering: “If that's the case, which one do I get?” ClojureScrip
*** Ports of Clojure's implementations
** Transient support in place for persistent vectors, hash maps and hash sets
** Most but not all collection fns are implemented
* StructMaps
** ClojureScript does not implement `defstruct`, `create-struct`, `struct-map`, `struct`, or `accessor`.

== Seqs

Expand Down

0 comments on commit 10d8892

Please sign in to comment.