u are subscribed to the Google
> Groups "Clojure" 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
> cloj
r...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
--
Softaddicts sent by ibisMail!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to cl
L is like ordering a hardcopy book from Amazon
and getting the whole apparatus to print it at the same time...
Luc
--
Softaddicts sent by ibisMail!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojur
ecause 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> cl
Hi Rich,
I may be a bit aggressive here :) but will this be ready for 1.5 ? Or available
as an independent feature ? (I am not sure about this given the name)
I intend to skip 1.4 depending on our delivery cycles and the availability of
1.5, we are
about to move 1.3 in prod here and my eyes are
hat 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
--
Softaddicts sent by ib
ived 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this group
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
>
--
Softaddicts sent by ibisMa
e" 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 option
subscribed to the Google
> Groups "Clojure" 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+unsub
email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To po
p, 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.
t; > > > bill
> >
> > > --
> > > 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
> try to map clojure onto your current way of working/thinking.
> >
> > > > > > bill
> >
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > > > > Groups "Clojure" group
ps.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
>
-
therwise set JVM_OPTS as an environment variable.
> > >
> > > -Phil
> > >
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to
d 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, se
Bad copy & paste, forgot to remove age from the Personable def.
> On May 22, 2012 7:09 AM, "Softaddicts" wrote:
> > A better way would be something like:
> >
> > (defprotocol Personable
> >(person [this])
> > (age [this] )
> &g
tomatically extended to "Employee"), I need that
> > > > for function re-use (so a function working on Person will
> > > > automatically work on Employee because Employee is guaranteed to have
> > > > all the data members in Person).
> > > &g
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/cl
Right, I forgot about the $ stuff to refer to internal classes.
Luc P.
> I'm assuming it's AdwordsService$V201109/ADGROUP_SERVICE
>
> Be sure to also import AdwordsService$V201109
>
> Sent from my iPad
>
> On May 25, 2012, at 7:20 AM, Softaddicts wrote:
[congomongo "0.1.8"]
>[clj-time "0.3.7"]
>[org.jboss.netty/netty "3.2.2.Final"]
>[ring/ring-jetty-adapter "0.3.8"]
>
d in replacement of that i have to include newer [org.clojure/
> clojure-contrib "1.3-compat"]. right??
> > On May 31, 5:17 pm, Softaddicts wrote:
> > Since clojure 1.3, contrib as been replaced by distinct libraries:
> >
> > http://dev.clojure.org/display/design/
previous email.
If you have other deps problems, please post your project.clj, at least the
dependencies part of it.
Luc
> @Softaddicts :
> I tried [org.clojure/clojure-contrib "1.2.0"] and this one
> [org.clojure.contrib/generic "1.3.0-alpha4"] too,
> but it stil
oading.
> so there is no issue of clojure-contrib. now my project is working
> properly.
>
> On May 31, 7:46 pm, Softaddicts wrote:
> > repl-util has been moved to clojure.repl.
> >
> > No need to define another dependency in this case. Just require
> > clo
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
>
--
Jun 2, 2012 at 5:26 PM, Softaddicts
> wrote:
>
> > clojure.tools.trace beats println by far (biased advice, I maintain
> > it:)))
> > It's also easier to segregate between debug and normal output in the code.
> >
> > You can enable/disable fn
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
>
--
Softaddicts sent by ibisMail
ived 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this gr
ed, clojure has a much stronger emphasis on immutability than
> traditional OO programming and is what I like about it... but it is
> possible to write OO code using immutable data structures but is not as
> idiomatic. I don't want clojure to be like CLOS, but I also don't
e to hide a publicly known data accessor is to me a code line that has no
value.
It's even uglier in Clojure where data is immutable...
Luc
> On Jun 16, 2012, at 6:27 PM, Softaddicts wrote:
>
> > 50 years of solid programming principles, OO being the Holy Grail ? :)
> &g
t;
> >
> > Timothy
> >
>
> --
> 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 members are moderated - please be pat
e.
Luc
> On Jun 18, 2012, at 5:35 PM, Softaddicts wrote:
>
> > Lets talk a bit about my world here.
> >
> > We created a product to link medical equipments
> > using a variety of protocols, some talk HL7, DICOM, others have proprietary
> > means to
> &
lipse Public License, the same as Clojure.
> > > > -- > > 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 t
uted under the Eclipse Public License, the same as Clojure.
> >
> > --
> > 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
t;Clojure" 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
ot; 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 thi
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/grou
st 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
>
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subs
t; 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
>
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed to the Goo
ceived 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this gro
group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed to the Google
Groups "Clojure"
ated - 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
--
Softaddicts sent by ibisMail from my ipad!
--
You received
osts 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
--
Softaddicts sent by i
subscribed to the Google
> Groups "Clojure" 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
> clojur
eived 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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this group,
ps "Clojure" 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 mo
more
> like "entity", not exactly the common OO objects with data and functions
> tightly bound together.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to cloj
ure@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
--
S
ducers, but we need to deal with boring stuff far more often and hence I
> feel it is worth a discussion.
>
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to
--
> 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 members are moderated - please be patient with your
> first post.
> To unsubscri
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 members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
&
patient
> > with
> > > > your first post.
> > > > To unsubscribe from this group, send email to
> > > > clojure+u...@googlegroups.com
> > > > For more options, visit this group at
> > > > http://groups.google.com/group/cl
nd email to
> > > > > clo...@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
> > > &
o 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:
ate))
> >> (draw-paddle (- 0.99 paddle-width) (:right state))
> >> (app/repaint!))
> >> (defn start []
> >> (app/start
> >>{:display display, :reshape reshape, :update update, :init init}
> >>{}))
> >>
> >>
> &g
> state)
> > >> (defn update [[delta _] state]
> > >> (-> state
> > >> (update-player-paddle)
> > >> (assoc :left (update-paddle delta (:v-left state) (:left state)))
> > >> (assoc :right (update-paddle delta
; Groups "Clojure" 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 o
at
> http://groups.google.com/group/clojure?hl=en
>
> --
> 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 members are moderated - pl
> > 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
> >
> > --
> > You received this message becau
> 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
>
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you
; 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
--
Softaddi
t; > --
> > MK
> >
> > http://github.com/michaelklishin
> > http://twitter.com/michaelklishin
> >
> >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, se
scribe 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
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed to the Google
Groups
e?hl=en
>
> --
> 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 members are moderated - please be patient with your
> first post.
&
lease 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
--
Softaddicts sent by ibisMail from my ipad!
--
You received this m
ote 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
--
Softaddicts sent by ibisMa
Clojure" 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 option
t; >> clojure+u...@googlegroups.com
> >> For more options, visit this group at
> >> http://groups.google.com/group/clojure?hl=en
> >>
> >
> >
> >
> > --
> > Regards,
> > Mayank.
> >
>
> --
> You received this m
be accepted
> from people who have a signed Contributor's Agreement on file:
>
> http://clojure.org/contributing
> http://clojure.org/patches";
>
> Which is informative and correct, but, do you really think I'm going
> to go through that trouble? If you said yes, you
I would be very concerned about the state of their legal
system.
Luc
> 2012/10/7 Softaddicts
>
> > I do not agree at all with you. Any piece of software that gets used widely
> > needs to be maintained with some formal process otherwise there's no way
> > to insure
mall open source projects or projects without big
> > sponsors.
> >
> > I understand and approve the requirement of the original hand written
> > signature in
> > this context. That's a real life issue that cannot be dealt with by
> > technology
frustrated, maybe we should have a drink together and I could explain how
much I am frustrated by this shattered world
Do you expect to drop at the Conj ?
Luc
> 2012/10/7 Softaddicts
>
> > The validity of a scanned signature or electronic keys is subject to
> > interpreta
om 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
--
Softaddicts sent by ibisMa
; For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
Softaddicts sent by ibisMail from my ipad!
--
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 th
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
>
--
Softaddicts sent by
; >
> >
>
> --
> 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 members are moderated - please be patient with your
> first pos
.com/group/clojure?hl=en
> > Luc P.
> >
> >
> > The rabid Muppet
> >
> >
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojur
e moderated - please be patient
> > with
> > > > your first
> > > > > post.
> > > > > To unsubscribe from this group, send email to
> > > > > clojure+u...@googlegroups.com
> > > > > For more options, visit this
lojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send em
jure@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?
uot; 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
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
>
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed to the Google
Groups "
en
> >
> > --
> > 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 members are moderated - please be patient
> &g
<mailto: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
>
t; "Elapsed time: 188.765493 msecs"
> nil
> user=> (time (dotimes [_ 100] (persistent! (assoc! (transient [1 2 3
> 4 5 6 7 8 9 0]) 3 5 6 8
> "Elapsed time: 318.90242 msecs"
> nil
>
> Jim
>
> ps: are you guys on java 1.7 ?
>
> On 09/11/12 02:2
Yep but still longer to type :) we are in the process of shrinking the code
base,
nit expanding it, any bytes count :))
> On Fri, Nov 9, 2012 at 8:28 AM, Sean Corfield wrote:
> > On Thu, Nov 8, 2012 at 3:19 PM, Softaddicts
> > wrote:
> >> Removing use would force u
:as xml]]
> >
> > [clojure.java
> >
> > [shell :as sh]
> >
> > [io :as io]]))
> >
> >
> > How do you avoid repeating this ? A clojure macro?, IDE suppo
> support.
>
> Luc P.
>
> On Sun, 11 Nov 2012 20:44:24 +0100
> Denis Labaye wrote:
>
> > On Sun, Nov 11, 2012 at 6:02 AM, Softaddicts
> > wrote:
> >
> > > How does that shrink his boilerplate ?
> > >
> > > Why such a
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
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscrib
sed tools before that did code
> > analysis and produced many spurious warnings, such that one learned to
> > avoid wasting one's time looking at certain categories of warnings from the
> > tool.
> >
> > Andy
> >
>
> --
> You received this messag
y looks like it can be true. Several of the
> > > > warnings in that category I looked at seemed to be incorrect. It made
> > me
> > > > wonder whether this tool was worth the time to look through its
> > warnings,
> > > > at least in that category.
&g
Hi all,
a new release of tools.trace made it to Maven:
* added traced? and traceable? fns
* removed reflection warnings
This release fixes tickets ttrace-1 and ttrace-2.
Have a nice morning/afternoon/evening/night where ever you might be :)
Luc P.
--
Softaddicts sent by ibisMail from my ipad
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
>
--
Softaddicts sent by ibisM
There's no magic here, everyone tuning their app hit this wall eventually,
tweaking the JVM memory options :)
Luc
>
> On Dec 9, 2012, at 6:25 AM, Softaddicts wrote:
>
> > If the number of object allocation mentioned earlier in this thread are
> > real,
> >
om
> 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
>
--
S
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
>
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because
>
> On Sun, Dec 16, 2012 at 3:39 PM, Softaddicts
> wrote:
>
> > I would say that above 4 args, it starts to exercise your memory except if
> > you
> > have auto-completion and a tool tip provided by your IDE.
> >
> > Optional arguments are better
ons of a book that could be used for such a crash course?
>--Larry
>
>
> On 12/16/12 1:53 PM, Softaddicts wrote:
> > First example tries to access a public static field in the Math class.
> >
> > Second example calls the static member function of the Math class
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
--
Softaddicts sent by ibisMail from my ipad!
--
You received this message because you are subscribed
201 - 300 of 327 matches
Mail list logo