Re: core.async pipeline from Baldridge video hangs with onto chan, but not using doseq

2014-05-30 Thread Timothy Baldridge
I'm not sure I understand this statement: "I need to be message dependencies in the pipeline which may not be the best idea" Can you explain? Thanks, Timothy On Fri, May 30, 2014 at 4:59 PM, Sean Shillo wrote: > https://gist.github.com/sshillo/492e441d2d94745560c1#file-gistfile1-clj-L49 > >

Re: [ANN] JSON/CLJ/EDN comparison table

2014-05-30 Thread Patrick Logan
Jozef, You might be interested in the JSON-LD w3c standard which defines representations for most of the items in your table using JSON. Primarily missing are "discards" and direct ties to clojure/script functions and macros. JSON-LD has several implementations, a test suite, and support of s

Re: help with the lawyers?

2014-05-30 Thread rcg
thanks! that seems a promising route- appreciate all the thoughtful discussion here On Friday, May 30, 2014 3:38:14 AM UTC-10, James Reeves wrote: > > I'd suggest contacting the Eclipse Foundation directly and getting their > opinion. They'd probably be interested in any decision that bans EPL-b

Sketching & Streaming Library ("Skream")

2014-05-30 Thread Ben Gimpert
Just released my time-series library *Skream *that supports a bunch of interesting queries, all with memory-footprint & performance guarantees: https://github.com/someben/skream or http://skream.in/ for short It supports higher-order moments, Count-Min & HyperLogLog sketches, Bloom filters,

Re: help with the lawyers?

2014-05-30 Thread Atamert Ölçgen
On Fri, May 30, 2014 at 11:10 PM, Gregg Reynolds wrote: > > On Fri, May 30, 2014 at 8:56 AM, Gregg Reynolds wrote: > >> On Fri, May 30, 2014 at 8:51 AM, Atamert Ölçgen wrote: >> >>> >>> >>> >>> On Fri, May 30, 2014 at 1:38 PM, Gregg Reynolds >>> wrote: >>> On Fri, May 30, 2014 at 8:24 AM,

core.async pipeline from Baldridge video hangs with onto chan, but not using doseq

2014-05-30 Thread Sean Shillo
https://gist.github.com/sshillo/492e441d2d94745560c1#file-gistfile1-clj-L49 I'm playing with the pipeline's from his videos. I need to be message dependencies in the pipeline which may not be the best idea, but anyways, when I run the test method things hang. If I replace (! out v)) on line 49

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 8:56 AM, Gregg Reynolds wrote: > On Fri, May 30, 2014 at 8:51 AM, Atamert Ölçgen wrote: > >> >> >> >> On Fri, May 30, 2014 at 1:38 PM, Gregg Reynolds >> wrote: >> >>> On Fri, May 30, 2014 at 8:24 AM, Atamert Ölçgen wrote: >>> Define rational. To me, it l

RE: help with the lawyers?

2014-05-30 Thread Phillip Lord
Actually, you're involvement has been very useful, because it sort of demonstrates my main concerns. Choice of law clauses are complicated and no one is really very sure what they mean. It's rather like a "non-commercial" clause that you often seen in creative commons material. It is my main p

Re: Confusion about binding *ns* before defining a var

2014-05-30 Thread ian.tegebo
Thanks Steve! It's clear to me now that I neither understand Clojure's compilation model, nor its special forms. I also see that I probably don't want def to respect dynamic scope, but instead would want a compile-time (non top-level) version of in-ns (or an explanation about why that's a bad

Re: Puppet Labs and Trapperkeeper

2014-05-30 Thread Chris Price
Thanks! No concrete plans around any sort of hot code swapping for now. That gets into lots of classloader stuff that, to be honest, seems like it adds a lot of complexity that we'd like to avoid. Also, we are deploying all of our apps as uberjars for the time being, so we don't have a concre

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 11:00 AM, Phillip Lord wrote: > Gregg Reynolds writes: > > >> Are you saying the corrupt judges of the corrupt legal system will act > >> differently just because you have chosen a license with a choice of law > >> clause that's referring to the law in effect at other sid

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 10:52 AM, Phillip Lord wrote: > Gregg Reynolds writes: > > > On Fri, May 30, 2014 at 6:22 AM, Phillip Lord < > phillip.l...@newcastle.ac.uk> > > wrote: > > > >> > >> Well, the law determines which part of a contract are actually binding; > >> so whether the choice of law

Re: help with the lawyers?

2014-05-30 Thread Phillip Lord
Gregg Reynolds writes: >> Are you saying the corrupt judges of the corrupt legal system will act >> differently just because you have chosen a license with a choice of law >> clause that's referring to the law in effect at other side of the planet? >> > > Oh good grief don't be ridiculous. I'm s

Re: help with the lawyers?

2014-05-30 Thread Phillip Lord
Gregg Reynolds writes: >>> It reduces the freedom of people in other jurisdictions. These people, >>> theoretically, could become subject to an alien legal system over which >>> they have no control, no knowledge, and no access to lawyers versed in >>> it. This is a disincentive to use software

Re: help with the lawyers?

2014-05-30 Thread Phillip Lord
Gregg Reynolds writes: > On Fri, May 30, 2014 at 6:22 AM, Phillip Lord > wrote: > >> >> Well, the law determines which part of a contract are actually binding; >> so whether the choice of law clause actually means anything at all, >> depends on the jurisdiction in which the law is being judged.

Re: [ASK] How to unify methodological prototyping with implementation in reality (aka in cascalog)?

2014-05-30 Thread Hesen Peng
That's exactly the tool. Thanks a lot :) On Sun, May 25, 2014 at 10:07 PM, Atamert Ölçgen wrote: > If I'm not mistaken, PigPen allows you to execute queries locally, without > a hadoop cluster etc. Does that solve your problem? > > > https://github.com/Netflix/PigPen/wiki/Design-and-Features#te

Re: Confusion about binding *ns* before defining a var

2014-05-30 Thread Stephen Gilardi
On May 30, 2014, at 12:57 AM, ian.tegebo wrote: > I don't see the reason why def should behave as it currently does; it seems > like it should lookup the current thread-binding for *ns*, making the second > case's use of eval unnecessary. Since it doesn't, I'd like to know why it > couldn't

core.async variant of some

2014-05-30 Thread Mike Fikes
I want to execute a sequence of database queries (in order) and stop when the first one returns a result. I've set up things so that a "query" returns a channel that will be populated with the result, and I set up the queries lazily using a for comprehension. A simplified illustrative example

Re: Recruiter claims to be Rick Hickey's sister

2014-05-30 Thread Jenn Hillner
Thanks Rob! I am actually now working as a Consultant at Cognitect. I can still point people in a helpful direction from a recruiting standpoint but am no longer actively recruiting at the moment. Best way to reach me: jhill...@cognitect.com On Monday, December 2, 2013 6:06:57 PM UTC-5, rob

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 8:51 AM, Atamert Ölçgen wrote: > > > > On Fri, May 30, 2014 at 1:38 PM, Gregg Reynolds wrote: > >> On Fri, May 30, 2014 at 8:24 AM, Atamert Ölçgen wrote: >> >>> >>> >>> Define rational. To me, it looks like absence of a choice of law clause >> means I have no idea where

Re: help with the lawyers?

2014-05-30 Thread Atamert Ölçgen
On Fri, May 30, 2014 at 1:38 PM, Gregg Reynolds wrote: > On Fri, May 30, 2014 at 8:24 AM, Atamert Ölçgen wrote: > >> >> >> >> On Fri, May 30, 2014 at 1:09 PM, Gregg Reynolds >> wrote: >> >>> On Fri, May 30, 2014 at 12:27 AM, Atamert Ölçgen >>> wrote: >>> This Agreement is governed by the

Re: Puppet Labs and Trapperkeeper

2014-05-30 Thread Sarwar Bhuiyan
I really like it. It reminds me of OSGi Declarative Services where we use the @Reference to inject stuff in. Also the init, start, and stop are really nice in keeping with the OSGi component interface without all its other baggage. Keep it up. I was wondering if you had any ideas on solving the

Re: help with the lawyers?

2014-05-30 Thread James Reeves
I'd suggest contacting the Eclipse Foundation directly and getting their opinion. They'd probably be interested in any decision that bans EPL-based software from being used in the federal government. - James On 30 May 2014 04:31, rcg wrote: > Hello; > > Developing web site for government using

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 8:24 AM, Atamert Ölçgen wrote: > > > > On Fri, May 30, 2014 at 1:09 PM, Gregg Reynolds wrote: > >> On Fri, May 30, 2014 at 12:27 AM, Atamert Ölçgen wrote: >> >>> This Agreement is governed by the laws of the State of New York and the intellectual property laws of th

Re: [ANN] core.async (and more) video tutorials

2014-05-30 Thread Juan Manuel Gimeno Illa
Where can we asks questions about de videos? Will the site create a kind of forum for it? Thanks. Juan Manuel PS: I've been having problems reproducing the behaviour of the code in the second episode on aync. El martes, 27 de mayo de 2014 19:55:12 UTC+2, tbc++ escribió: > > Thanks for all

Re: help with the lawyers?

2014-05-30 Thread Atamert Ölçgen
On Fri, May 30, 2014 at 1:09 PM, Gregg Reynolds wrote: > On Fri, May 30, 2014 at 12:27 AM, Atamert Ölçgen wrote: > >> This Agreement is governed by the laws of the State of New York and the >>> intellectual property laws of the United States of America. >> >> >> This is a very peculiar clause fo

[ANN] Nightmod, a tool for making live-moddable games

2014-05-30 Thread Zach Oakes
Nightmod is a new tool I'm working on that allows you to create games while they run. It is a combination of my previous projects, Nightcode and play-clj, into a single tool. Please read the website for more info, and if you try it out, I would love to hear feedback. Website: https://nightmod.n

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 12:27 AM, Atamert Ölçgen wrote: > This Agreement is governed by the laws of the State of New York and the >> intellectual property laws of the United States of America. > > > This is a very peculiar clause for me. I have just checked GPL text and it > doesn't contain anyth

Re: help with the lawyers?

2014-05-30 Thread Gregg Reynolds
On Fri, May 30, 2014 at 6:22 AM, Phillip Lord wrote: > > Well, the law determines which part of a contract are actually binding; > so whether the choice of law clause actually means anything at all, > depends on the jurisdiction in which the law is being judged. Having > said this, I think your l

[ANN] JSON/CLJ/EDN comparison table

2014-05-30 Thread Jozef Wagner
I've put together a table comparing JSON, EDN and CLJ formats based on their specs [1]. Pull requests are welcome. Jozef [1] https://github.com/wagjo/serialization-formats -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: help with the lawyers?

2014-05-30 Thread Phillip Lord
Well, the law determines which part of a contract are actually binding; so whether the choice of law clause actually means anything at all, depends on the jurisdiction in which the law is being judged. Having said this, I think your lawyers are right. The choice of law clause is generally horrible

Re: help with the lawyers?

2014-05-30 Thread rcg
I'm not in any sort of legal conflict here- I think mainly just looking for ways to respond to the lawyer's opinion, perhaps others have come across similar objections to the EPL. I can sort of see why the DoD wouldn't like a license that indicated the Fed govt would be governed by state laws.

Re: help with the lawyers?

2014-05-30 Thread rcg
that is a good point... however this lawyer's opinion seems to be holding weight in this particular situation, just hoping to find out how others have dealt with these sorts of objections On Thursday, May 29, 2014 9:37:17 PM UTC-10, Zach Oakes wrote: > > Eclipse itself is as common as oxygen in

help with the lawyers?

2014-05-30 Thread Zach Oakes
Eclipse itself is as common as oxygen in the federal government, so I am pretty sure their worries aren't valid. -- 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 me

Re: Confusion about binding *ns* before defining a var

2014-05-30 Thread Luc Prefontaine
*ns* is bound at execution time, not at compile time. Eval here postpones the definition at runtime after the bindings have been evaluated and *ns* gets rebinded. Otherwise the definition would be created at compile time in the namespace of the caller. The full form has to be compiled to get th