Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 42cd5aa

Browse files
committed
README
1 parent e39f4b3 commit 42cd5aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

squint/README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Goals of cherry:
2020
debugging
2121
- Transpiled JS files are linked to one shared NPM module `"cherry-cljs"` which
2222
contains `cljs.core.js`, `cljs.string`, etc. such that libraries written in
23-
cherry can be transpiled, optionally processed with ES6 tooling and then
24-
hosted on NPM. See [this tweet](https://twitter.com/borkdude/status/1549830159326404616) on how that looks.
23+
cherry can be transpiled and hosted on NPM, while all sharing the same
24+
standard library and data structures. See [this
25+
tweet](https://twitter.com/borkdude/status/1549830159326404616) on how that
26+
looks.
2527
- Output linked to older versions of cherry will work with newer
2628
versions of cherry: i.e. 'binary' compatibility.
2729
- Light-weight and fast: heavy lifting such as optimizations are expected to be

0 commit comments

Comments
 (0)