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

Commit ce6d265

Browse files
committed
README
1 parent 369d358 commit ce6d265

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

cherry/README.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Currently it's being reworked to meet the below goals. If you are interested in
44
these goals, post a message on [Github
55
Discussions](https://github.com/borkdude/cherry/discussions).
66

7-
> :warning: This code is experimental and not recommended to be used in
7+
> :warning: This project is an experiment and not recommended to be used in
88
> production. It currently has many bugs and will undergo many breaking changes.
99
1010
Goals of cherry:
@@ -24,10 +24,11 @@ Goals of cherry:
2424
- REPL support
2525
- Async/await support
2626

27-
> :warning: Cherry may introduce new constructs such as `await` which won't be
28-
> compatible with current CLJS. Also it might not support all features that CLJS
29-
> offers. As such, using existing libraries from the CLJS ecosystem or compiling
30-
> Cherry CLJS code with the normal CLJS compiler may become challenging.
27+
Cherry may introduce new constructs such as `await` which won't be compatible
28+
with current CLJS. Also it might not support all features that CLJS offers. As
29+
such, using existing libraries from the CLJS ecosystem or compiling Cherry CLJS
30+
code with the normal CLJS compiler may become challenging. Some results or
31+
insights of this experiment may end up as improvements in the CLJS compiler.
3132

3233
Also see [test/cherry_test.clj](test/cherry_test.clj).
3334

0 commit comments

Comments
 (0)