Re: Including debugging information for Clojure code

2016-03-13 Thread Colin Fleming
I don't have much time right now, but AFAIK Cursive is the only debugger using JDI - CIDER has a source manipulation debugger. I don't generally have to do anything special to debug, although I use an IntelliJ layer on top of JDI. I can try to check if it's doing anything with that flag. You can al

Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-13 Thread Leif
I also think the core.matrix crusade is unnecessary. Here are my two cents: 1. No one jumps in every time someone writes a new web routing library saying "No! You'll fragment the clojure web routing community! Use compojure!" I think we should pick and choose based on our needs. 2. We s

Re: Is there any desire or need for a Clojure DataFrame? (X-POST from Numerical Clojure mailing list)

2016-03-13 Thread Mikera
On Friday, 11 March 2016 09:21:09 UTC+8, arthur.ma...@gmail.com wrote: > > Renjin and Spark's dataframes are not going to be easily removed from > their respective codebases, as far as my brief perusal of the source can > tell. I agree that N-D DataFrames would be a good addition to the > ecos

Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-13 Thread Mikera
On Monday, 14 March 2016 08:19:25 UTC+8, Dragan Djuric wrote: > > On Monday, March 14, 2016 at 12:28:24 AM UTC+1, Mikera wrote: > >> It would be great if Neanderthal simply implemented the core.matrix >> protocols, then people could use it as a core.matrix implementation for >> situations where i

Including debugging information for Clojure code

2016-03-13 Thread Jason Gilman
I'd recommend asking on slack. There's a cider channel where they hang out and may be able to answer your question. You can join here https://clojurians.slack.com/ I'd really like to know this information for Proto REPL as well. -- You received this message because you are subscribed to the G

Re: [ANN] Inlein 0.1.0

2016-03-13 Thread Rangel Spasov
Very nice, super simple to get started with. Got it running within a minute! Definite will make use of this : ) On Sunday, March 13, 2016 at 7:09:22 AM UTC-7, Jean Niklas L'orange wrote: > > Hi all Clojurians, > > Alex Miller did some research >

Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-13 Thread Dragan Djuric
On Monday, March 14, 2016 at 12:28:24 AM UTC+1, Mikera wrote: > It would be great if Neanderthal simply implemented the core.matrix > protocols, then people could use it as a core.matrix implementation for > situations where it makes sense. I really think it is an architectural > dead-end for N

Re: New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-13 Thread Mikera
It would be great if Neanderthal simply implemented the core.matrix protocols, then people could use it as a core.matrix implementation for situations where it makes sense. I really think it is an architectural dead-end for Neanderthal to develop a separate API. You'll simply get less users for

Re: I am wondering if there is a better way to validate and read-in clojure data?

2016-03-13 Thread Matching Socks
Writing text with XSLT is a delicate matter at best, and XSLT certainly does not help with notational guarantees as it does when writing XML. You might find it a better use of the respective strengths of the tools, for the XSLT to emit simple XML and the Clojure program to read it into data st

Re: New Clojars feature: atomic deploys

2016-03-13 Thread Toby Crawley
On Sun, Mar 13, 2016 at 4:06 PM, Andrey Antukh wrote: > Nice work! Thanks! > > I don't know if this is a side effect of that feature but I found that > deploying snapshot seems broken. > > After deploying a snapshot, I try to use it from an other package and I get > the following error: > > Coul

Re: New Clojars feature: atomic deploys

2016-03-13 Thread Andrey Antukh
Nice work! I don't know if this is a side effect of that feature but I found that deploying snapshot seems broken. After deploying a snapshot, I try to use it from an other package and I get the following error: Could not find artifact funcool:httpurr:jar:0.5.0-20160313.*195427-3* in cl

Re: [ANN] Inlein 0.1.0

2016-03-13 Thread Sunil S Nandihalli
Thanks Jean for this. A quick comparison to lein-exec shows that your stuff is very similar to lein-exec but probably much simpler to use with much faster startup times. I tried it. Thanks again. Sunil. On Sun, Mar 13, 2016 at 7:39 PM, Jean Niklas L'

Including debugging information for Clojure code

2016-03-13 Thread James Norton
I have been experimenting with using the Java Debug Interface (JDI) with Clojure, but I am confused about how to get Clojure to include debugging information when compiling to Java byte code. I have created NREPL middleware that is able to attach to the VM using com.sun.jdi.Bootstrap and listen

Re: I am wondering if there is a better way to validate and read-in clojure data?

2016-03-13 Thread Gary Verhaegen
First off, unless you have a very good reason not to, you know the differences, and you know what you are doing, always use the "read" functions from clojure.edn rather than from clojure.core. When you say "bad data", is it malformed (as in not valid EDN) or is it not conforming to the expected sc

New Matrix Multiplication benchmarks - Neanderthal up to 60 times faster than core.matrix with Vectorz

2016-03-13 Thread Dragan Djuric
I am soon going to release a new version of Neanderthal. I reinstalled ATLAS, so I decided to also update benchmarks with threaded ATLAS bindings. The results are still the same for doubles on one core: 10x faster than Vectorz and 2x faster than JBlas. The page now covers some more cases: mu

[ANN] Inlein 0.1.0

2016-03-13 Thread Jean Niklas L'orange
Hi all Clojurians, Alex Miller did some research on slow boot times with Clojure/scripting in Clojure not too long ago. What I found weird was that there were no tool for doing Clojure scripting. It's possible to do this with b

[ANN] "Real" air traffic control system: 3D view from the cockpit of any aircraft during flights.

2016-03-13 Thread ru
Hi, "Real" air traffic control system - client-server ClojureScript-Clojure application based on: 1. *rete4frames* expert system shell (http://github.com/rururu/rete4frames/ ), 2. *Flightradar24* web service (http://www.flightradar24.com/), 2. *Leaflet* JavaScript GIS libraty (http://leafletj