I know this is your own project, and adding parinfer could be useful, but I wonder if collaborating with proto-repl[0][1] to add cljs support to Atom could be something you'd be interested in.
The fiddle is very useful for sharing code snippets, but better clojurescript support in Atom would be a big benefit for me.
This is cool, IMO. My main ClojureScript experience to date has been non-web (mobile, bootstrap, etc.), but this fiddle even makes it ridiculously easy for someone like me to quickly try an idea out and just experiment.
No need to run through the ClojureScript "Quick Start"—this is just "Start". :) Bravo!
CLJS Fiddle is based on bootstrap (self-hosted) ClojureScript, so it includes the entire compiler in the JavaScript downloaded. But, there are things that can be done to improve things, even in this situation (work to make artifacts smaller, bring up UI while things load, etc.)
I wanted to say thanks to the LambdaX team[1], (of replumb aka clojurescript.io fame) for lending me a hand while trying to wrangle the bootstrapped clojurescript compiler. cljs-in-cljs is actually pretty tricky!
This is fantastic. As the creator of appshare.co, another clojurescript web repl I realise that this could turn into something really great. Well done!
14 comments
[ 3.8 ms ] story [ 40.3 ms ] threadSome ideas about next steps include adding parinfer[1], the ability to save cljsfiddles, or $YOUR_SUGGESSTION.
[1] - https://shaunlebron.github.io/parinfer/
I know this is your own project, and adding parinfer could be useful, but I wonder if collaborating with proto-repl[0][1] to add cljs support to Atom could be something you'd be interested in.
The fiddle is very useful for sharing code snippets, but better clojurescript support in Atom would be a big benefit for me.
[0] https://github.com/jasongilman/proto-repl
[1] https://github.com/jasongilman/proto-repl/issues/54
No need to run through the ClojureScript "Quick Start"—this is just "Start". :) Bravo!
This is definitely needed for the community and I'm very glad to see something like this pop up.
A few missing items for those who wish to share code on StackOverflow, for example: external stylesheets and a way to share the code you've written.
Not everyone uses Regent, so perhaps something more vanilla with ClojureScript + Hiccup, but I see how this could devolve into a rabbit hole.
Overall, a very solid start and I hope this continues.
[1] - www.lambdax.io
http://cljsfiddle.com/#gist=d0c3121fb7083f066273
Yay!