Re: Digest for clojure@googlegroups.com - 1 update in 1 topic

2022-03-24 Thread 'Harvie Griffith Jr.' via Clojure
The tests mentioned in the Changes have better examples. This link specifically: https://clojure.atlassian.net/browse/CLJ-2685 Sam Griffith stayp...@mac.com 512-771-8153 Sent from my iPhone > On Mar 23, 2022, at 6:23 PM, clojure@googlegroups.com wrote: > >  > clojure@goog

Re: Abridged summary of clojure@googlegroups.com - 10 updates in 6 topics

2016-09-18 Thread many
documenat se z@3 QAzUqa, a qd https://docs.google.com/documenat/qd/1e5sFTSpVIt-x9WCWF6auM3O4dWv0i0asdgUgSl9H9Qa6S8/edit?uspdrivesSdktzjt EUÍdrivesdkqda olp and _ On Tue, Sep 6, 2016, 7:31 PM wrote: > clojure@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest&a

Re: Digest for clojure@googlegroups.com - 17 updates in 6 topics

2016-08-13 Thread Han Tuzun
On Tue, Aug 9, 2016 at 02:29 wrote: > clojure@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/clojure/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>

Re: Digest for clojure@googlegroups.com - 25 Messages in 7 Topics

2013-07-30 Thread Cedric Greevey
perience was not. > > Who knows who else might learn from our mistakes? > > > My apologies for the rant...I recently acquired a tween daughter, so I'm > trying to hone my > skills for these sorts of moments in real world applications. > > > Regards, > Jam

Re: Digest for clojure@googlegroups.com - 25 Messages in 7 Topics

2013-07-30 Thread James Ashley
acquired a tween daughter, so I'm trying to hone my skills for these sorts of moments in real world applications. Regards, James -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go

Re: Digest for clojure@googlegroups.com - 25 Messages in 11 Topics

2013-01-01 Thread Ghislain Hachey
On 12/31/2012 04:52 AM, clojure@googlegroups.com wrote: 2) Is there a good way of doing this with nested maps? An example: { :user { :first "John" :last "Doe" :dob { :month 12 :day 30 :year 2012 :garbage "asdf" } } } I would want to make sure :dob only contains

Re: Abridged summary of clojure@googlegroups.com - 28 Messages in 7 Topics

2012-06-10 Thread clifford goldberg
; >Version 1.3.1 has been upgraded to support the latest API feature set: >...more > > >Sun Ning Jun 01 11:14AM +0800 > >Awesome geo-data service! Can't wait to try out your APIs. > >On 06/01/2012 10:33 AM, dirtyvagabond wrote: >...

Re: Digest for clojure@googlegroups.com - 8 Messages in 6 Topics

2012-01-07 Thread Cedric Greevey
On Sat, Jan 7, 2012 at 8:01 AM, wrote: > Sent using BlackBerry® from Orange > > From: clojure@googlegroups.com > Sender: clojure@googlegroups.com > Date: Sat, 07 Jan 2012 00:21:58 + > To: Digest Recipients > ReplyTo: clojure@googlegroups.

Re: Digest for clojure@googlegroups.com - 8 Messages in 6 Topics

2012-01-07 Thread dawidcha
Sent using BlackBerry® from Orange -Original Message- From: clojure@googlegroups.com Sender: clojure@googlegroups.com Date: Sat, 07 Jan 2012 00:21:58 To: Digest Recipients Reply-To: clojure@googlegroups.com Subject: Digest for clojure@googlegroups.com - 8 Messages in 6 Topics

Re: Digest for clojure@googlegroups.com - 13 Messages in 5 Topics

2011-10-16 Thread Sean Corfield
lojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en

Re: Digest for clojure@googlegroups.com - 13 Messages in 5 Topics

2011-10-16 Thread Jay Vyas
://stackoverflow.com/questions/7771525/dsl-in-clojure-that-replaces-an-object-oriented-software-solution -- 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 m

Re: Digest for clojure@googlegroups.com - 14 Messages in 9 Topics

2011-07-28 Thread Luc Prefontaine
> > necessary, a zip file with your jar and and all the necessary > > dependency jars (sane library authors won't mind). For a zip, > > shortly describe what's in it - library names and versions, and > > links to their sites. That's it. > > I think most JVM users know or can qu

Re: Digest for clojure@googlegroups.com - 14 Messages in 9 Topics

2011-07-28 Thread gaz jones
cripts should include in the classpath > all jars in the current directory or jars/ directory by default. > > Instead of managing libraries inside a dependencies file, you do it directly > with the jar files. If the project gets too big, bring in the build tools. > > What are your th

Re: Digest for clojure@googlegroups.com - 14 Messages in 9 Topics

2011-07-28 Thread JAX
e project gets too big, bring in the build tools. > > What are your thoughts on this issue? > > > Timothy Baldridge Jul 28 04:30PM -0500 ^ > > > Why does it have to be so complicated to use libraries? > > I used to think it was hard until I read up on lein

Re: Digest for clojure@googlegroups.com - 25 Messages in 6 Topics

2011-07-06 Thread Ken Wesson
hing mass of parentheses?! Master: Your father's Lisp REPL. This is the language of a true hacker. Not as clumsy or random as C++; a language for a more civilized age. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: Digest for clojure@googlegroups.com - 20 Messages in 10 Topics

2010-07-10 Thread Mark Haniford
t; arrival times of the requests, and constant load attached to each > request). This is not what happens in reality though, and servers that > do well under a constant distribution of requests might not do that > well (at all) under a Pareto distribution of both arrival times