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

Commit 2f6715d

Browse files
committed
README
1 parent 4eecfbb commit 2f6715d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cherry/README.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ message on [Github Discussions](https://github.com/borkdude/cherry/discussions).
1010
> :warning: This project is an experiment and not recommended to be used in
1111
> production. It currently has many bugs and will undergo many breaking changes.
1212
13+
Primary goal of cherry:
14+
15+
- Have fun, experiment and learn. This will probably be my summer vacation
16+
project during some time off in August.
17+
1318
Goals of cherry:
1419

1520
- Transpile `.cljs` files on the fly into ES6-compatible `.js` (or `.mjs`) files.
@@ -40,7 +45,7 @@ code with the CLJS compiler may become challenging. However, some results
4045
of this experiment may end up as improvements in the CLJS compiler if they turn
4146
out to be of value.
4247

43-
Also see [test/cherry_test.clj](test/cherry_test.clj).
48+
Depending on interest, the above goals may or may not be achieved.
4449

4550
Run `bb transpile_and_run.clj corpus/foo.cljs` to see an example transpilation +
4651
run in Node.js.

0 commit comments

Comments
 (0)