adding quicklisp and sbcl to add parenscript possibly

These are all just testing pieces but possible changes to add
This commit is contained in:
Chris Cochrun 2023-05-25 09:26:06 -05:00
parent cb9f3ca324
commit 4242f0d05a
9 changed files with 1888 additions and 69 deletions

View file

@ -1,5 +1,6 @@
{:source-paths ["src"]
:dependencies [[clj-http "3.12.3"]]
:dependencies [[cljs-http "0.1.46"]
[binaryage/oops "0.7.2"]]
:builds {:app {:target :browser
:output-dir "static/js"
:asset-path "/js"