Skip to content

Commit 132e7d3

Browse files
committed
clarify :lite-mode
1 parent 8027e03 commit 132e7d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/reference/compiler-options.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,10 @@ Defaults to the empty vector `[]`
819819
[[lite-mode]]
820820
=== :lite-mode
821821

822-
EXPERIMENTAL. Clojure data literals will emit constructor calls to lighter weight
823-
copy-on-write data structures. Enable smaller advanced compiled artifacts
824-
for less complex programs.
822+
EXPERIMENTAL. Clojure data literals will emit constructor calls to
823+
lighter weight copy-on-write data structures. Results in smaller
824+
advanced compiled artifacts. Useful only for simpler programs. See
825+
also `:elide-to-string`.
825826

826827
[source,clojure]
827828
----

0 commit comments

Comments
 (0)