Re: ClojureScript Quick-Start node_repl java.lang.IllegalArgumentException: Value out of range for char: -1

2016-09-22 Thread Jiacai Liu
It turns out that jdk7 is to blame. When I change to jdk8, everything goes well. On Thu, Sep 22, 2016 at 2:08 PM, Jiacai Liu wrote: > http://stackoverflow.com/questions/39629743/clojurescript-quick-start- > node-repl-java-lang-illegalargumentexception-value-ou > > -- > You received this message

Re: [ANN] rete4frames, v. 5.2.5 - CLIPS-like expert system shell

2016-09-22 Thread ru
Fixed bug not loading local repository. Sorry for mistake :( Ru суббота, 17 сентября 2016 г., 20:57:48 UTC+3 пользователь ru написал: > > Hi, > > New version 5.2.5 of rete4frames CLIPS-like expert system shell is > published on https://github.com/rururu/rete4frames. > > News: > > Integrated Deve

Re: Clojure docstring style

2016-09-22 Thread Leon Grapenthin
Couldn"t you just do it like this? 1. Parse docstring into symbols 2. If symbol is defined in the current ns, hyperlink 3. If symbol is namespace-qualified, hyperlink 4. If symbol is name of an arg, hyperlink This should leave very few false positives where an english word is the name of a var i

WAT: JavaScript & Ruby

2016-09-22 Thread Alan Thompson
A 4 minute lightning talk on what happens when your API just kinda evolves itself: https://www.destroyallsoftware.com/talks/wat Alan -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note t

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-22 Thread Daniel Compton
Hi Andy Good spotting, thanks! We needed to regenerate the Lucene search index. Normally it is updated incrementally, so there was no Ansible automation to rebuild it. I’m rebuilding the index now, it should be updated soon. Thanks! On Fri, Sep 23, 2016 at 3:14 AM Andy Fingerhut wrote: > Shou

parallel sequence side-effect processor

2016-09-22 Thread Mars0i
This is almost the same as an issue I raised in this group over a year and a half ago, here . I suggested that Clojure should include function with map's syntax but that was executed only for s

parallel sequence side-effect processor

2016-09-22 Thread Francis Avila
It's not crystal clear to me what you are after, either from this post or the one you link to. I think you want a map that does not produce intermediate collections and accepts multiple colls as input at a time? Do you have some pseudocode example so we can be precise? What about (run! my-side-