Re: core.match and AOT

2012-10-13 Thread Phil Hagelberg
On Sat, Oct 13, 2012 at 3:43 PM, Michael wrote: > "if your project depends on AOT do not use core.match at this time" > > Can somebody outline what the aot issues are? It seems that deploying a web > app to heroku with lein2 will compile the app first. Was interested in using > core.match to match

Re: ANN subpar (paredit for codemirror)

2012-10-13 Thread Andrew
Marc, could you send me an email directly? It's available on my github page. I have some questions I'd like to ask you offline and wasn't sure whether mslimotte@... would get to you or a stranger... -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: Rouge: Ruby + Clojure

2012-10-13 Thread Softaddicts
We tried to implement Clojure on top of a black hole, it got sucked up Luc :)) > By the way is there pure clojure lang specs, without dependency on java or > some other tools? > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To po

Re: Rouge: Ruby + Clojure

2012-10-13 Thread Alexey Petrushin
By the way is there pure clojure lang specs, without dependency on java or some other tools? -- 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 that posts from new members are moderated

Re: pmap performance degradation after 30-40 min of work?

2012-10-13 Thread Ben Mabey
I switched from pmap to (r/fold n (r/monoid into vector) conj coll)) and the same thing happened again! after approximately 50 minutes cpu utilisation dropped from 4/4 to 1/4...I don't understand! Jim Are you holding on to the head of the collection? That is often the source of memory

core.match and AOT

2012-10-13 Thread Michael
core.match is alpha and has the following documentation note: "if your project depends on AOT do not use core.match at this time" Can somebody outline what the aot issues are? It seems that deploying a web app to heroku with lein2 will compile the app first. Was interested in using core.match t

Re: pmap performance degradation after 30-40 min of work?

2012-10-13 Thread Niels van Klaveren
If it is a memory / gc problem, the easiest way to spot it is writing a gc log. Add the following parameters to your JVM parameters: -Xloggc:D:/log/myGClog.log -XX:+PrintGCDetails Then, use a GC log viewer to keep a look on the logs (by refreshing or tail refresh) with a GC log viewer. These

Re: where is pvmap?

2012-10-13 Thread Andy Fingerhut
On Oct 13, 2012, at 6:49 AM, Jim - FooBar(); wrote: > I am struggling to find the namespace in which 'pvmap' lives! Can anyone help? I am pretty sure that it was implemented on a branch of the Clojure source tree, but never merged into the master branch. You can use git to check out a version

Re: Bug in printing futures

2012-10-13 Thread AtKaaZ
Hi S, that's encouraging, I've to admit I've been poking at this for a few hours now, but I'm not as productive as the (real)programmers. I've yet to read the following which is a how to submit patches: http://dev.clojure.org/display/design/JIRA+workflow Meanwhile poking around, I've found the tw

Re: pmap performance degradation after 30-40 min of work?

2012-10-13 Thread Mark
This feels like a memory leak problem. Try adding -XX:-HeapDumpOnOutOfMemoryError. You might try lowering the max heap to try and force an OOM earlier. Heap dumps can be analyzed using a variety of tools. My favorite is eclipse.org/mat On Saturday, October 13, 2012 8:16:54 AM UTC-7, Jim foo

Re: pmap performance degradation after 30-40 min of work?

2012-10-13 Thread Jim - FooBar();
On 13/10/12 12:55, Jim - FooBar(); wrote: On 13/10/12 12:50, Tassilo Horn wrote: pmap might not be as perfect for you use-case as you think. Because it is lazy and chunked, it won't keep you cores busy. Some time ago, there was a detailed thread about this on this list. But it does keep my c

where is pvmap?

2012-10-13 Thread Jim - FooBar();
I am struggling to find the namespace in which 'pvmap' lives! Can anyone help? Jim -- 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 that posts from new members are moderated - please

Re: ANN subpar (paredit for codemirror)

2012-10-13 Thread Marc Limotte
Hi Andrew. Nice project. I'm super excited about being able to use LightTable for actual development (wondering when my kickstarter/lighttable t-shirt will arrive), and this will be a nice addition to that platform. I wanted to let you know that The Climate Corporation is hiring. Climate is bas

Re: ANN subpar (paredit for codemirror)

2012-10-13 Thread Andrew
Anthony: Great! What needs to happen on my end for that to happen? -- 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 that posts from new members are moderated - please be patient with yo

Re: pmap performance degradation after 30-40 min of work?

2012-10-13 Thread Jim - FooBar();
On 13/10/12 12:50, Tassilo Horn wrote: pmap might not be as perfect for you use-case as you think. Because it is lazy and chunked, it won't keep you cores busy. Some time ago, there was a detailed thread about this on this list. But it does keep my cores fully busy (99-100%) for the first 40

Re: pmap performance degradation after 30-40 min of work?

2012-10-13 Thread Tassilo Horn
"Jim foo.bar" writes: > So you can see, this is perfect for pmap and indeed it seems to be > doing extremely well but only for the first 240 papers roughly! all > the cpus are working hard but after approximately 30-40 min cpu > utilisation and overall performance seems to degrade quite a bit...F

arguments to 'lein uberjar'?

2012-10-13 Thread Jim - FooBar();
Hello everyone, I was just wondering... with leiningen we can do 'lein compile [foo.core]' and lein will aot compile only the foo.core namespace. Is there a way to do the same for the 'uberjar' option? In other words, is there a trick to achieve 'lein uberjar foo.core' so that only foo.core

Re: Packaging ClojureScript libraries for use with Leiningen

2012-10-13 Thread Pierre-Henry Perret
This project /bOOtOne/ could be of some help . It uses *enfocus* * *and make use of *dynamic *libs by referencing *git * repo. Take a look at the *project;.clj *with the usage of *lein-cljsbuild * and *cross languages *inclusion. Le vendredi 12 octobre 201