Fork of Borkdude's Scittle.
Find a file
2022-02-26 12:35:03 +01:00
.github Update docs [skip ci] 2022-02-26 12:35:03 +01:00
doc Update docs [skip ci] 2022-02-26 12:35:03 +01:00
resources/public CodePen 2022-02-25 18:05:06 +01:00
script Add wordle by oxalorg 2022-02-07 18:23:16 +01:00
src/scittle A more complete Reagent config, including with-let 2022-02-25 10:39:29 +01:00
.gitignore Prepare npm publish 2021-09-22 23:10:04 +02:00
bb.edn restore bb.edn 2022-02-15 11:09:50 +01:00
CHANGELOG.md Fix version typo (#19) 2022-02-25 11:24:08 +01:00
deps.edn Upgrade SCI and Reagent 2022-02-25 10:51:15 +01:00
LICENSE Initial commit 2021-05-23 11:31:40 +02:00
package-lock.json v0.1.2 2022-02-25 10:53:56 +01:00
package.json 0.1.2 2022-02-25 10:52:03 +01:00
README.md README [skip ci] 2022-02-25 18:02:02 +01: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.

Try it out on CodePen!

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.