Thanks! I added these two addons to the cljs editor and it's a huge
improvement IMHO.
Jonas
On Saturday, September 28, 2013 9:41:52 PM UTC+3, Ian Bishop wrote:
>
> These are pretty great for writing Clojure in CodeMirror:
>
> http://codemirror.net//addon/edit/matchbrackets.js
> http://codemirror
Hi
I updated the clojurescript version and core.async seems to work fine
now: http://cljsfiddle.net/fiddle/jonase.async
Jonas
On Saturday, September 28, 2013 7:31:55 PM UTC+3, David Nolen wrote:
>
> Wow, awesome. Yes to core.async support, there was a release yesterday
> with new goodies for
These are pretty great for writing Clojure in CodeMirror:
http://codemirror.net//addon/edit/matchbrackets.js
http://codemirror.net//addon/edit/closebrackets.js
On Saturday, 28 September 2013 14:27:28 UTC-3, David Nolen wrote:
>
> Just gave it a spin http://cljsfiddle.net/fiddle/swannodette.test-l
Just gave it a spin http://cljsfiddle.net/fiddle/swannodette.test-logic
Great work. Is there anyway to turn on parentheses matching on in
CodeMirror? Even better if Code Mirror can highlight unbalanced parens.
(Using it also makes me realize that ClojureScript should really provide a
way to colle
Wow, awesome. Yes to core.async support, there was a release yesterday with
new goodies for Clojure and ClojureScript.
David
On Sat, Sep 28, 2013 at 6:24 AM, Jonas wrote:
> Hi
>
> I’m working on a ClojureScript playground application (
> http://cljsfiddle.net) similar to jsfiddle[1], jsbin[2]
Nice - this would have been handy this morning for clojure cup hacking!
(Though core.async support would have made it even better)
- Korny
On 28 September 2013 20:24, Jonas wrote:
> Hi
>
> I’m working on a ClojureScript playground application (
> http://cljsfiddle.net) similar to jsfiddle[1],
Hi
I’m working on a ClojureScript playground application
(http://cljsfiddle.net) similar to jsfiddle[1], jsbin[2] etc. The app has
now reached a point where I’m happy to show it to a wider audience.
I’m hoping cljsfiddle.net will be used for:
* Personal/collaborative experiments
* ClojureScript