Re: What does ^:internal mean?

2015-05-12 Thread Jakub Holy
You can use Symbol Hound to search for strange things though here it fails. Ex: http://symbolhound.com/?q=-%3E%3E+clojure On Sunday, May 10, 2015 at 9:00:10 PM UTC+2, piast...@gmail.com wrote: Sadly, Google seems to think I am search for internal when I search for ^:internal so that makes it

Re: What does ^:internal mean?

2015-05-12 Thread Jakub Holy
You can use Symbol Hound to search for strange things though here it fails. Ex: http://symbolhound.com/?q=-%3E%3E+clojure On Sunday, May 10, 2015 at 9:00:10 PM UTC+2, piast...@gmail.com wrote: Sadly, Google seems to think I am search for internal when I search for ^:internal so that makes it

Re: Why aren't libraries like clojure/(data.csv, ...) on clojars.org?

2015-05-11 Thread Jakub Holy
Is it so much effort? Isn't / couldn't it be a simple, automated step? -- Forget software. Strive to make an impact, deliver a valuable change. (Vær så snill og hjelp meg med å forbedre norsken min – skriftlig og muntlig. Takk!) Jakub Holy Solutions Engineer | +47 966 23 666 Iterate

Re: Why aren't libraries like clojure/(data.csv, ...) on clojars.org?

2015-05-10 Thread Jakub Holy
muntlig. Takk!) Jakub Holy Solutions Engineer | +47 966 23 666 Iterate AS | www.iterate.no The Lean Software Development Consultancy - http://theholyjava.wordpress.com/ - 11. mai 2015 07:19 skrev Alex Miller a...@puredanger.com: As usual, the answer is a combination of technical goals intertwined

Why aren't libraries like clojure/(data.csv, ...) on clojars.org?

2015-05-10 Thread Jakub Holy
? (I know there are sites for finding libraries such as Clojure Toolbox but that is not really what I am asking for here.) Thank you! Best regards, Jakub Holy -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Best tools for profiling Clojure programs?

2014-07-03 Thread Jakub Holy
No, it is not. At least it is available on Mac too. On Thursday, July 3, 2014 9:25:44 AM UTC+2, ru wrote: Thank you Niels, вторник, 1 июля 2014 г., 15:10:42 UTC+4 пользователь Niels van Klaveren написал: A new option for test purposes is included in JDK 1.7.0_40 and up and is called

Re: How to refactor data safely?

2014-05-27 Thread Jakub Holy
-05-22 10:17 GMT+02:00 Jakub Holy jakub...@iterate.no javascript:: I have a nested data structure, used by a bunch of functions that presume knowledge of its structure, and I wonder how to change a part of the structure in a safe way, preferably in small incremental steps, rather than having

How to refactor data safely?

2014-05-22 Thread Jakub Holy
. Strive to make an impact, deliver a valuable change.* *(**Vær så snill og hjelp meg med å forbedre norsken **min –** skriftlig og muntlig. Takk!**)* Jakub Holy Solutions Engineer | +47 966 23 666 Iterate AS | www.iterate.no The Lean Software Development Consultancy - http

Re: Clojure Office Hours

2014-05-01 Thread Jakub Holy
I too can only recommend to make use of this great opportunity. Many thanks to Ulises who helped to find a way with a problem I have always struggled with, namely the shape of the data you are working with is not visible and it is thus easy to make errors which are hard to troubleshoot. I have

Re: Clojure Office Hours

2014-04-28 Thread Jakub Holy
://interruptsoftware.com/ On Tue, Apr 15, 2014 at 5:12 AM, Jakub Holy jakub...@iterate.nowrote: Hi Leif, This is a great activity, thank you for contributing to the community this way! Do not be surprise and discouraged by the fact that the interest seems low. I have a similar experience - in my company we can

Re: Clojure Office Hours

2014-04-15 Thread Jakub Holy
Hi Leif, This is a great activity, thank you for contributing to the community this way! Do not be surprise and discouraged by the fact that the interest seems low. I have a similar experience - in my company we can consult with an industry hero yet people use the opportunity seldom,

Re: How to troubleshoot FileNotFoundException: Could not locate clojure/tools/namespace/parse...?

2014-04-04 Thread Jakub Holy
with all possible tools and then spend hours debugging conflicts :) 2014-04-03 23:34 GMT+02:00 Stuart Sierra the.stuart.sie...@gmail.com: On Wednesday, April 2, 2014 7:49:07 AM UTC-4, Jakub Holy wrote: When starting lein (namely lein ring server) I got a little helpful exception and stack trace

Re: How to troubleshoot FileNotFoundException: Could not locate clojure/tools/namespace/parse...?

2014-04-03 Thread Jakub Holy
dependencies in profile.clj). Any idea why could that be? Thank you! 2014-04-03 0:01 GMT+02:00 Sean Corfield s...@corfield.org: On Apr 2, 2014, at 4:49 AM, Jakub Holy jakub.h...@iterate.no wrote: *The problem is that the stack trace contains no indication that it is clj-ns-browser

Re: [ANN] Eastwood 0.1.1 Clojure lint tool

2014-03-22 Thread Jakub Holy
For me, Eastwood fails mysteriously: $ lein eastwood Exception in thread main java.lang.RuntimeException: No such var: clojure.core.cache/through, compiling:(clojure/core/memoize.clj:52:3) at clojure.lang.Compiler.analyze(Compiler.java:6380) ... Caused by: java.lang.RuntimeException: No

Re: [ANN] Eastwood 0.1.1 Clojure lint tool

2014-03-22 Thread Jakub Holy
behind the latest (and excluding it did not help) 2014-03-22 22:25 GMT+01:00 Sean Corfield s...@corfield.org: Use: lein deps :tree That should show you where the conflict is coming from (you're picking up an old core.cache from somewhere). Sean On Mar 22, 2014, at 1:34 PM, Jakub Holy

Re: [ANN] Eastwood 0.1.1 Clojure lint tool

2014-03-22 Thread Jakub Holy
in Leiningen - and thus Leiningen's dependency on Stencil (and core.cache) overrode my own. Are you using Vinyasa or something like that? Sean On Mar 22, 2014, at 2:55 PM, Jakub Holy jakub.h...@iterate.no wrote: Thank you, I have tried that but haven't found out anything. There is only one

Re: [ANN] Eastwood 0.1.1 Clojure lint tool

2014-03-22 Thread Jakub Holy
I see. Thanks a lot! 2014-03-22 23:32 GMT+01:00 Sean Corfield s...@corfield.org: On Mar 22, 2014, at 3:27 PM, Jakub Holy jakub.h...@iterate.no wrote: Yes, I am using vinyasa - see https://github.com/jakubholynet/dotfiles/blob/master/.lein/profiles.clj See https://github.com/zcaudate

Re: How to update an atom return the change?

2014-03-21 Thread Jakub Holy
] (recur @atom) This will return the correct old-value and new-value which you can diff. Another note: (swap! state #(update-in % [:teams] make-team)) can be written more succinctly: (swap! state update-in [:teams] make-team) —Steve On Mar 20, 2014, at 6:28 PM, Jakub Holy jakub.h

Re: How to update an atom return the change?

2014-03-21 Thread Jakub Holy
] (recur @atom) This will return the correct old-value and new-value which you can diff. Another note: (swap! state #(update-in % [:teams] make-team)) can be written more succinctly: (swap! state update-in [:teams] make-team) —Steve On Mar 20, 2014, at 6:28 PM, Jakub Holy jakub.h

How to update an atom return the change?

2014-03-20 Thread Jakub Holy
I have couple of times run into a situation where I want to update a state map held in an atom and return the change, not the new value. I haven't found a good way to do it so either I am missing something obvious or there are more idiomatic ways to achieve what I need. Could you advise me? A

Re: Recommendations for a project with learning-friendly bugs and devs?

2013-12-31 Thread Jakub Holy
Thanks a lot, Mikera and Tim! I have started looking into Incanter but especially Leiningen sounds as something that is good to know better. Happy new year! On Sunday, December 29, 2013 3:53:44 AM UTC+1, Tim Visher wrote: Leiningen as well. :) On Fri, Dec 27, 2013 at 1:53 PM, Jakub Holy

Re: Akka-like framework in Clojure ?

2013-12-31 Thread Jakub Holy
I too have heard that using Akka from Clojure is not so easy, see Distributed Actors in Clojurehttp://martinsprogrammingblog.blogspot.no/2012/05/distributed-actors-in-clojure.html(5/2012) – a discussion of options for Akka-like stuff in Clojure. Akka is great but “interfacing to Akka from

Recommendations for a project with learning-friendly bugs and devs?

2013-12-27 Thread Jakub Holy
. Thanks a lot and happy new year! Best regards, Jakub -- *Forget software. Strive to make an impact, deliver a valuable change.* *(**Vær så snill og hjelp meg med å forbedre norsken **min –** skriftlig og muntlig. Takk!**)* Jakub Holy Solutions Engineer | +47 966 23 666 Iterate

Re: Clojure cheatsheets with several flavors of tooltips

2013-08-28 Thread Jakub Holy
Hi Alex, thank you very much for updating the cheatsheet! Is it not possible to get hold of somebody who has the rights to add the JS/... necessary for the tooltips? It would be so much cooler to have them there... Regards, Jakub --- Jakub Holy Solutions Engineer | +47 966 23 666 Iterate

Re: Clojure cheatsheets with several flavors of tooltips

2013-08-08 Thread Jakub Holy
Hi Andy, This cheatsheet of yours is wonderful! Are there any chances of getting it to clojure.org/cheatsheet? It is a shame that the cheatsheet at clojure.org is only for Clj 1.4 and doesn't have the beautiful tooltips. Thank you, Jakub On Monday, April 23, 2012 8:35:12 PM UTC+2, Andy

Re: Incanter 1.5.2 has been released

2013-08-05 Thread Jakub Holy
I can see that http://liebke.github.io/incanter/core-api.html still reads Incanter 1.5.1 so either it hasn't been long enough since you tagged it or something else must be done to update the docs. Thank you! On Monday, August 5, 2013 8:10:38 AM UTC+2, Alex Ott wrote: Ooops, completely forgot