Lazy sequences (once again?)

2018-01-07 Thread Edward Knyshov
Hi I recently started to dig into lazy sequences processing in clojure because I need to process huge amount of data that doesn't fit in memory. I found a few articles and examples describing the way lazy seqs work in clojure. But so far all I got myself is a paranoia. Now everywhere I look in

Re: Port graphs: What would Rich Hickey do?

2018-01-07 Thread James Gatannah
On Thursday, January 4, 2018 at 5:51:27 PM UTC-6, Ben Kovitz wrote: > > > Well! So far, Specter appears to have taken the "path map" idea that I'd > been toying with to its ultimate logical conclusion—far better than I could > ever do it. Nathan Marz even says that needing to manipulate tricky

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Alex Miller
On Sun, Jan 7, 2018 at 6:53 PM, Nathan Fisher wrote: > I strongly agree with your decision of “pick the latest”. While I do > understand multiple active versions can make it easier for a developer I > don’t think that’s the “right” decision. Besides I can only imagine

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Nathan Fisher
Hi Alex, Sounds great! I strongly agree with your decision of “pick the latest”. While I do understand multiple active versions can make it easier for a developer I don’t think that’s the “right” decision. Besides I can only imagine how much of a pain it would be to implement reliably. I’d

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Alex Miller
On Sunday, January 7, 2018 at 5:45:22 PM UTC-6, Alan Thompson wrote: > > Hey - I love the idea. However, I'm getting an error message trying to > run the example: > > ~/work/fred > cat deps.edn > {:deps > {github-clj-time/clj-time > {:git/url "https://github.com/clj-time/clj-time; :rev

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Alex Miller
On Sunday, January 7, 2018 at 3:41:34 PM UTC-6, Nathan Fisher wrote: > > > Not sure I would want to see duplicates either. If my code breaks because > of an old dependency I’d rather that than make the false assumption that > I’m running securely with the latest version of a lib. >

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Alan Thompson
Hey - I love the idea. However, I'm getting an error message trying to run the example: ~/work/fred > cat deps.edn {:deps {github-clj-time/clj-time {:git/url "https://github.com/clj-time/clj-time; :rev "cce58248"}} } ~/work/fred > clj Error building classpath. Manifest type :lein not loaded

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Alex Miller
On Sunday, January 7, 2018 at 2:37:33 PM UTC-6, Daniel Compton wrote: > > > git deps go to .gitlibs. > > Would you consider not putting them in the root of the user's home > directory? All the major OS's (and probably the minor ones too) have > dedicated folders to put caches. I've opened >

Re: Clojure spec generate and instrument in cascade

2018-01-07 Thread Azzabi Ahmed
I came across that library that one is generating specs from sample data, but what I want is, if I have specs for a function foo is there a library to generate specs for bar that's called from foo. -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Nathan Fisher
Im probably not typical for this but I really value the ability to override the location of where they’re placed. I actually commit my deps to SCM for production code. The internet is fast enough these days that i don’t care about a common code cache. I’m more interested in a reproducible build.

Re: Clojure spec generate and instrument in cascade

2018-01-07 Thread Gary Verhaegen
A Google search for "clojure spec generate" turned up this for me on the first page of results: https://github.com/stathissideris/spec-provider It may or may not fit your use-case, but scanning through the README it seems at least related to what you're looking for. On 7 January 2018 at 18:25,

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Nathan Fisher
Great work Alex! Not sure I would want to see duplicates either. If my code breaks because of an old dependency I’d rather that than make the false assumption that I’m running securely with the latest version of a lib. On Fri, 5 Jan 2018 at 16:20, Gary Trakhman wrote:

Re: [ANN] Git Deps for Clojure!

2018-01-07 Thread Daniel Compton
> git deps go to .gitlibs. Would you consider not putting them in the root of the user's home directory? All the major OS's (and probably the minor ones too) have dedicated folders to put caches. I've opened https://dev.clojure.org/jira/browse/TDEPS-30 with more details on this. -- Daniel On

Clojure spec generate and instrument in cascade

2018-01-07 Thread Azzabi Ahmed
Hi all, so usually I structure my application as black box, that takes some input and gives output, I usually validate inputs before starting with them in my system boundaries, which I think clojure spec is good for since it also allows to document what my application accept or expect. Now my

Re: [JOB] Telia Norge needs people interested in working with Clojure and ClojureScript (Oslo, Norway)

2018-01-07 Thread Jakub Holý
Clarification: the job unfortunately requires physical presence in Oslo, Norway. fre. 5. jan. 2018 kl. 12.18 skrev Jakub Holý : > Hello! We here at Telia Norge are starting a new project using Clojure and > ClojureScript and need people that know or are interested in