Add working cljs version

Use 'lein compile' or 'lein figwheel'.

Still figuring out details like how to make it compatible with normal
Clojure simultaneously.  However, code changes were pretty minimal.
This commit is contained in:
Chris Hodapp
2020-07-09 19:35:00 -04:00
parent 5a36660d65
commit 124be0cd54
3 changed files with 56 additions and 37 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>curlnoise</title>
</head>
<body>
<div id="curlnoise"></div>
<script src="js/main.js"></script>
<script>curlnoise.core.run_sketch()</script>
</body>
</html>