Fork of Borkdude's Scittle.
Find a file
Michiel Borkent d7291f2447 bb.edn
2021-09-22 23:23:58 +02:00
doc Update examples 2021-08-24 09:43:26 +02:00
resources/public Update examples 2021-08-24 09:43:26 +02:00
script cljs-ajax example 2021-06-11 14:33:30 +02:00
src/scittle Update to newest SCI with print-fn 2021-09-22 23:22:21 +02:00
.gitignore Prepare npm publish 2021-09-22 23:10:04 +02:00
bb.edn bb.edn 2021-09-22 23:23:58 +02:00
CHANGELOG.md Update examples 2021-08-24 09:43:26 +02:00
deps.edn Update to newest SCI with print-fn 2021-09-22 23:22:21 +02:00
LICENSE Initial commit 2021-05-23 11:31:40 +02:00
package-lock.json 0.0.3 2021-09-22 23:10:22 +02:00
package.json 0.0.3 2021-09-22 23:10:22 +02:00
README.md Fix broken link (#11) 2021-06-24 13:16:51 +02:00
shadow-cljs.edn Add cljs-ajax plugin 2021-06-11 14:11:59 +02:00

Scittle

The Small Clojure Interpreter exposed for usage in script tags.

See Github pages for usage.

See babashka-scittle-guestbook for a minimal full stack web application.

See releases for links to JSDelivr to get versioned artifacts.

Tasks

Run bb tasks to see all available tasks:

$ bb tasks
The following tasks are available:

clean   Start from clean slate.
dev     Development build. Starts webserver and watches for changes.
prod    Builds production artifacts.
release Updates Github pages with new release build.

Credits

Idea by Arne Brasseur a.k.a plexus.

License

Copyright © 2021 Michiel Borkent

Distributed under the EPL License. See LICENSE.