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 make

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 make

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

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

2015-05-10 Thread Jakub Holy
ig og 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" : > As usual, the answer is a combination of technical goals intertwi

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

2015-05-10 Thread Jakub Holy
case? (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 e

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 >>

Re: How to refactor data safely?

2014-05-27 Thread Jakub Holy
would not be able to call (seq) > on the map (or they would get the data vector back). > > HTH, > > -- Laurent > > > > 2014-05-22 10:17 GMT+02:00 Jakub Holy >: > >> I have a nested data structure, used by a bunch of functions that presume >> knowledge of its

How to refactor data safely?

2014-05-22 Thread Jakub Holy
*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 AS | www.iterate.no The Lean Software Development C

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
>>>>> >>>>> @Everyone: To clarify / reiterate: You do *not* need a plan, a >>>>> project, or a specific problem. If you want to work through Project >>>>> Euler, >>>>> 4clojure, clojure-koans, the ClojureBridge materia

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, presuma

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 : > > > 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 a

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 : > On Apr 2, 2014, at 4:49 AM, Jakub Holy wrote: > > *The problem is that the stack trace contains no indication that it is > clj-ns-browser that is causing the problem.* I w

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

2014-04-02 Thread Jakub Holy
When starting lein (namely lein ring server) I got a little helpful exception and stack trace with the key line being: FileNotFoundException: Could not locate clojure/tools/namespace/parse__init.class or clojure/tools/namespace/parse.clj on classpath I have narrowed it down to the dependency [

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 : > On Mar 22, 2014, at 3:27 PM, Jakub Holy wrote: > > Yes, I am using vinyasa - see > https://github.com/jakubholynet/dotfiles/blob/master/.lein/profiles.clj > > > See https://github.com/zcaudate/vinyasa/issues

Re: [ANN] Eastwood 0.1.1 Clojure lint tool

2014-03-22 Thread Jakub Holy
; 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 wrote: > > Thank you, I have tried that but haven't found out any

Re: [ANN] Eastwood 0.1.1 Clojure lint tool

2014-03-22 Thread Jakub Holy
t;0.6.2"] which is only 0.0.1 version behind the latest (and excluding it did not help) 2014-03-22 22:25 GMT+01:00 Sean Corfield : > Use: lein deps :tree > > That should show you where the conflict is coming from (you're picking up > an old core.cache from somewhere). > &g

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: How to update an atom & return the change?

2014-03-21 Thread Jakub Holy
more succinctly: > > (swap! state update-in [:teams] make-team) > > —Steve > > On Mar 20, 2014, at 6:28 PM, Jakub Holy wrote: > > 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.

Re: How to update an atom & return the change?

2014-03-21 Thread Jakub Holy
ccinctly: > > (swap! state update-in [:teams] make-team) > > —Steve > > On Mar 20, 2014, at 6:28 PM, Jakub Holy wrote: > > 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

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 c

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 Clojure(5/2012) – a discussion of options for Akka-like stuff in Clojure. Akka is great but “interfacing to Akka from Clo

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

2013-12-31 Thread Jakub Holy
, 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 Deve

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

2013-12-27 Thread Jakub Holy
evops. 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 Itera

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 AS

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 Fing

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 for