In https://github.com/jaycfields/jry I define update values, which allows you
to
(update-values {:a 1 :b 2} inc) ;=> {:a 2 :b 3}
I've used that in combination with update-in to do all sorts of
transformations.
That is obviously designed for maps, which is what your example looks like to
me. (
On 7/20/12 10:34 AM, Joshua Bowles wrote:
Check this out for weka: https://github.com/antoniogarrote/clj-ml
FYI, that fork isn't maintained anymore. I've updated it quite a bit
and fixed a lot of reflection issues that were making it unusable in
production:
https://github.com/bmabey/clj-ml
Check this out for weka: https://github.com/antoniogarrote/clj-ml
On Tue, Jul 17, 2012 at 8:12 PM, Seth Chandler wrote:
> I'm extremely interested. I'm new to Clojure, coming mostly from a
> Mathematica background, but I just finished a major project linking
> Mathematica to Weka and am interest
Thanks, Ben. H (as in the latter H of HTH).
Cheers,
David
On Friday, July 20, 2012 10:31:01 AM UTC-5, Ben Mabey wrote:
>
> Hi David!
> My guess is as good as yours but I think rel is short for relation (as
> in a relation in relational algebra). The x might as well be a, b, or
> any other sho
Hi David!
My guess is as good as yours but I think rel is short for relation (as
in a relation in relational algebra). The x might as well be a, b, or
any other short variable name. In clojure-docs it looks like the
examples for #'join use first-relation and second-relation instead of
xrel a
There are a few on the South coast, Southampton - Portsmouth area.
We were thinking about stating a groups as well. so if anyone is interested
please let us know.
Thomas
On Tuesday, July 17, 2012 9:06:33 AM UTC+1, Colin Yates wrote:
>
> I know there are a few in London, but are there any around
The 'slurp' function on a URL dispatches to java.net.HttpURLConnection,
which is pretty primitive as HTTP clients go. If you need to handle slow
sites or large responses, you'll probably be better off with a real HTTP
client library.
-S
--
You received this message because you are subscribed
+1
On Thu, Jul 19, 2012 at 10:41 PM, George McKinney wrote:
> +1
>
>
> On Saturday, June 9, 2012 6:03:46 PM UTC-7, aboy021 wrote:
>>
>> Is there anywhere that I can get a Clojure sticker?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To po
Hey all - relatively new to the party here. I understand that an xrel is a
set of maps, but can anybody explain to me where it gets the name xrel?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegrou
Hi Pierre,
Very cool. I was actually going to start building lein-jenkins myself and
then found this. Let me know how I can help. https://twitter.com/Moocar
Cheers,
Anthony
On Wednesday, July 18, 2012 7:23:50 AM UTC-7, Pierre-Yves Ritschard wrote:
>
>
> Hi guys,
>
> I wanted this for a while
There are a few in Manchester (including me) Do you have anything
particular in mind?
Jim
On Wed, Jul 18, 2012 at 9:53 AM, Philip Potter wrote:
> There are a few in Cambridge, but it's a stretch to call that the
> "Midlands":
>
> http://groups.google.com/group/camclj
> On Jul 17, 2012 9:06 A
Looks like a good addition for 4clojure.
On Jul 19, 2012 8:36 PM, "Alan Malloy" wrote:
> No, but it's pretty easy to write:
>
> (defn map-depth [f coll depth]
> (if (zero? depth)
> (map f coll)
> (for [x coll]
> (map-depth f x (dec depth)
>
> On Tuesday, July 17, 2012 7:17:19
Yesterday I was sitting on the tube in London, going home from work.
A guy sat down next to me and started reading Clojure in Action. It
was a good night.
-Jeff
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to cl
On 20/07/12 2:45 AM, Mark wrote:
That's what I was thinking. Is Envy still around? The Google didn't
give me much after a quick search.
Not sure about Envy - but "Store" is what Cincom Smalltalk now uses:
- public repository -
http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL+
14 matches
Mail list logo