This repository was archived by the owner on Jan 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Currently it's being reworked to meet the below goals. If you are interested in
4
4
these goals, post a message on [ Github
5
5
Discussions] ( https://github.com/borkdude/cherry/discussions ) .
6
6
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
8
8
> production. It currently has many bugs and will undergo many breaking changes.
9
9
10
10
Goals of cherry:
@@ -24,10 +24,11 @@ Goals of cherry:
24
24
- REPL support
25
25
- Async/await support
26
26
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.
31
32
32
33
Also see [ test/cherry_test.clj] ( test/cherry_test.clj ) .
33
34
You can’t perform that action at this time.
0 commit comments