Re: Anyone mourns the loss of: tryclj.com ?

2017-12-16 Thread Andrea Richiardi
Give we are throwing names out there (you'll excuse my self-plug here) my team developed some time ago clojurescript.io. I think it is still one of the best REPLs out there. The code is also open source at https://github.com/Lambda-X/cljs-repl-web and I accept PRs for improvements/new ideas :)

Re: Unexpected performace of transducers

2017-12-16 Thread Alex Miller
On Saturday, December 16, 2017 at 2:39:14 PM UTC-6, Matan wrote: > > Hi, > > As this thread seems to have been going down this path, I am joining it > after having spent some time fiddling the source code of some clojure.core > transducers and familiarizing with how to create, compose and use

Map spec which can specify value spec for non keyword keys?

2017-12-16 Thread Didier
Hum, could you show me an example use of it, I'm having a hard time understanding how. I also stumbled upon a use case where we have a multi-spec of keys spec. And each one needs to have a key with same name, yet a different spec to it, only for some of their keys. Could keys* be used for that

Re: Unexpected performace of transducers

2017-12-16 Thread Didier
| I didn't fully grasp the difference between self-reducible collections v.s. other ones (in this context, and in general). Can you please delineate? I think this means that collections which implement CollReduce have an implementation of reduce which is faster than just calling first and next

Re: Unexpected performace of transducers

2017-12-16 Thread Matan
Hi, As this thread seems to have been going down this path, I am joining it after having spent some time fiddling the source code of some clojure.core transducers and familiarizing with how to create, compose and use transducers in transducing processes. By the way I think the reference

Re: Anyone mourns the loss of: tryclj.com ?

2017-12-16 Thread Andy-
You can also get a REPL with https://coderpad.io/ . It even runs Clojure 1.9 and the editor has great VIM bindings. If it asks you to register you can just start a new session in an incognito window. HTH On Saturday, December 16, 2017 at 4:29:23 AM UTC+1, Didier wrote: > > Just realized that:

Re: Anyone mourns the loss of: tryclj.com ?

2017-12-16 Thread Leon Grapenthin
On tryclj I entered my first Clojure forms. The 5 minutes tutorial was great because it made me want to learn more. Whether JS or JVM, we should get a substitute up and running, preferably on the home page. On Saturday, December 16, 2017 at 4:29:23 AM UTC+1, Didier wrote: > > Just realized that:

Re: Anyone mourns the loss of: tryclj.com ?

2017-12-16 Thread Jeaye
On Sat, Dec 16, 2017 at 03:59:11AM +, Zach Oakes wrote: > I think a JVM clojure web repl is pretty hard to keep safe from mischief > since it needs to execute code server-side. Or would it... http://plasma-umass.github.io/doppio-demo/ -- You received this message because you are subscribed