Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurjanpaul/ape-cljs-playground
Away from Preferred Editor ClojureScript Playground
https://github.com/jurjanpaul/ape-cljs-playground
clojure clojurescript codemirror editor localstorage parinfer sci scittle
Last synced: 19 days ago
JSON representation
Away from Preferred Editor ClojureScript Playground
- Host: GitHub
- URL: https://github.com/jurjanpaul/ape-cljs-playground
- Owner: jurjanpaul
- Created: 2022-08-01T13:14:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T08:42:36.000Z (about 1 year ago)
- Last Synced: 2024-11-17T16:22:48.163Z (3 months ago)
- Topics: clojure, clojurescript, codemirror, editor, localstorage, parinfer, sci, scittle
- Language: Clojure
- Homepage: https://jurjanpaul.github.io/ape-cljs-playground/
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ape-cljs-playground
*Away from Preferred Editor ClojureScript Playground*Write and evaluate ClojureScript in your mobile device's browser.
Code is stored in your browser's `localStorage`.
Parentheses are kept balanced by [Parinfer](https://shaunlebron.github.io/parinfer/).Powered by the amazing [Scittle](https://babashka.org/scittle/)
(as well as by [Reagent](https://reagent-project.github.io) and
[CodeMirror](https://codemirror.net/5/)),
all you really need is
[index.html](https://github.com/jurjanpaul/ape-cljs-playground/blob/main/index.html)
(which includes some documentation as inline comment). Small exception: I forked and tweaked the [parinfer-codemirror.js](https://github.com/shaunlebron/parinfer-codemirror) dependency to slightly improve scrolling behaviour.Host it yourself or simply use https://jurjanpaul.github.io/ape-cljs-playground.
![screenshot](screenshot.jpg)