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 +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Experimental and tiny CLJS transpiler
4
4
5
- NOTE: cherry started out as a fork of
6
- [ Scriptjure] ( https://github.com/arohner/scriptjure ) . Currently it's being
7
- reworked to meet the below goals. If you are interested in these goals, post a
8
- message on [ Github Discussions] ( https://github.com/borkdude/cherry/discussions ) .
9
-
10
5
> :warning : This project is an experiment and not recommended to be used in
11
6
> production. It currently has many bugs and will undergo many breaking changes.
12
7
@@ -48,6 +43,11 @@ out to be of value.
48
43
Depending on interest both from people working on this and the broader
49
44
community, the above goals may or may not be pursued.
50
45
46
+ Cherry started out as a fork of
47
+ [ Scriptjure] ( https://github.com/arohner/scriptjure ) . Currently it's being
48
+ reworked to meet the below goals. If you are interested in these goals, post a
49
+ message on [ Github Discussions] ( https://github.com/borkdude/cherry/discussions ) .
50
+
51
51
Run ` bb transpile_and_run.clj corpus/foo.cljs ` to see an example transpilation +
52
52
run in Node.js.
53
53
You can’t perform that action at this time.
0 commit comments