Re: LinkedHashMap not well supported

2012-04-29 Thread Softaddicts
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

Re: why can i not shut-down my pc from Java?

2012-05-07 Thread Softaddicts
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

Re: code as data vs. code injection vulnerability

2012-05-09 Thread Softaddicts
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

Re: Partitioning a list when the result of a predicate becomes a certain value.

2012-05-10 Thread Softaddicts
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

Re: Reducers

2012-05-11 Thread Softaddicts
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

Re: Faster application startup for rapid development

2012-05-11 Thread Softaddicts
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

Re: Faster application startup for rapid development

2012-05-11 Thread Softaddicts
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

Re: Clojure Bee iPhone app updated

2012-05-16 Thread Softaddicts
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

Re: does delay in calling clojure from java happen only once ?

2012-05-17 Thread Softaddicts
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

Re: does delay in calling clojure from java happen only once ?

2012-05-17 Thread Softaddicts
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

Re: does delay in calling clojure from java happen only once ?

2012-05-17 Thread Softaddicts
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

Re: does delay in calling clojure from java happen only once ?

2012-05-17 Thread Softaddicts
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.

Re: defrecord with "inheritance"

2012-05-20 Thread Softaddicts
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

Re: defrecord with "inheritance"

2012-05-21 Thread Softaddicts
> 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

Re: How do I set jvm options for a lein repl

2012-05-21 Thread Softaddicts
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 > -

Re: How do I set jvm options for a lein repl

2012-05-21 Thread Softaddicts
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

Re: defrecord with "inheritance"

2012-05-21 Thread Softaddicts
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

Re: defrecord with "inheritance"

2012-05-22 Thread Softaddicts
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

Re: defrecord with "inheritance"

2012-05-22 Thread Softaddicts
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

Re: Java Interop Interfaces

2012-05-25 Thread Softaddicts
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

Re: Java Interop Interfaces

2012-05-25 Thread Softaddicts
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:

Re: MultipleArtifactsNotFoundException artifact missing error

2012-05-31 Thread Softaddicts
[congomongo "0.1.8"] >[clj-time "0.3.7"] >[org.jboss.netty/netty "3.2.2.Final"] >[ring/ring-jetty-adapter "0.3.8"] >

Re: MultipleArtifactsNotFoundException artifact missing error

2012-05-31 Thread Softaddicts
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/

Re: MultipleArtifactsNotFoundException artifact missing error

2012-05-31 Thread Softaddicts
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

Re: MultipleArtifactsNotFoundException artifact missing error

2012-05-31 Thread Softaddicts
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

Re: Learning clojure: debugging?

2012-06-02 Thread Softaddicts
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: Learning clojure: debugging?

2012-06-03 Thread Softaddicts
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

Re: (#({:a %}) :b)

2012-06-04 Thread Softaddicts
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

Re: If a protocol creates a Java interface under the covers...

2012-06-12 Thread Softaddicts
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

Re: Doseq, map-style

2012-06-16 Thread Softaddicts
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

Re: Doseq, map-style

2012-06-17 Thread Softaddicts
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

Re: Doseq, map-style

2012-06-18 Thread Softaddicts
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

Re: Doseq, map-style

2012-06-18 Thread Softaddicts
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 > &

Re: [ANN] milieu - the environmentally friendly configuration tool (version 0.5.0)

2012-06-24 Thread Softaddicts
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

Re: [ANN] milieu - the environmentally friendly configuration tool (version 0.5.0)

2012-06-25 Thread Softaddicts
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

Re: What are people using for distributed workers?

2012-06-25 Thread Softaddicts
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

Re: idempotency

2012-06-30 Thread Softaddicts
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

Re: 'last' on empty collections

2012-07-01 Thread Softaddicts
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

Re: Much longer build time for Clojure on HDD vs. SSD (4 min vs 30s)

2012-07-16 Thread Softaddicts
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

Re: Idea around SCMs and Clojure

2012-07-18 Thread Softaddicts
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

Re: atom and lock

2012-07-18 Thread Softaddicts
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

Re: contrib change suggestion, and volunteering

2012-07-23 Thread Softaddicts
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"

Re: Little becnhmark (need insight)

2012-07-23 Thread Softaddicts
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

Re: ClojureScript reader and timestamps

2012-08-03 Thread Softaddicts
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

Re: Clojure contrib profiler error

2012-08-04 Thread Softaddicts
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

Re: record constructor

2012-08-04 Thread Softaddicts
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,

Re: record constructor

2012-08-05 Thread Softaddicts
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

Re: record constructor

2012-08-05 Thread Softaddicts
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

Re: record constructor

2012-08-05 Thread Softaddicts
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

Re: record constructor

2012-08-06 Thread Softaddicts
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

Re: Just wanted to say how much I like ClojurePY

2012-08-16 Thread Softaddicts
-- > 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

Re: Just wanted to say how much I like ClojurePY

2012-08-16 Thread Softaddicts
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 &

Re: Just wanted to say how much I like ClojurePY

2012-08-16 Thread Softaddicts
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

Re: Just wanted to say how much I like ClojurePY

2012-08-16 Thread Softaddicts
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 > > > &

Re: Rich's "The Value of Values" and REST

2012-08-25 Thread Softaddicts
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:

Re: clojure.org/getting_started: not up to date

2012-09-03 Thread Softaddicts
ate)) > >> (draw-paddle (- 0.99 paddle-width) (:right state)) > >> (app/repaint!)) > >> (defn start [] > >> (app/start > >>{:display display, :reshape reshape, :update update, :init init} > >>{})) > >> > >> > &g

Re: clojure.org/getting_started: not up to date

2012-09-03 Thread Softaddicts
> state) > > >> (defn update [[delta _] state] > > >> (-> state > > >> (update-player-paddle) > > >> (assoc :left (update-paddle delta (:v-left state) (:left state))) > > >> (assoc :right (update-paddle delta

RE: edn

2012-09-06 Thread Softaddicts
; 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

RE: edn

2012-09-07 Thread Softaddicts
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

RE: edn

2012-09-07 Thread Softaddicts
> > 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

Re: edn

2012-09-07 Thread Softaddicts
> 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

Re: edn

2012-09-10 Thread Softaddicts
; 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

Re: ANN Quartzite 1.0 (final)

2012-09-18 Thread Softaddicts
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

Re: Clojure : a good start for non-programmers?

2012-09-26 Thread Softaddicts
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

Re: Clojure : a good start for non-programmers?

2012-09-26 Thread Softaddicts
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. &

Re: Questions about using error-kit

2012-09-30 Thread Softaddicts
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

Re: Trouble with dotrace

2012-10-03 Thread Softaddicts
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

Re: best practices for small RAM usage

2012-10-03 Thread Softaddicts
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

Re: ANN: a Clojure docs site, and github organization

2012-10-06 Thread Softaddicts
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

Re: ANN: a Clojure docs site, and github organization

2012-10-06 Thread Softaddicts
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&#x

Re: ANN: a Clojure docs site, and github organization

2012-10-06 Thread Softaddicts
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

Re: ANN: a Clojure docs site, and github organization

2012-10-06 Thread Softaddicts
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

Re: ANN: a Clojure docs site, and github organization

2012-10-06 Thread Softaddicts
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

Re: *foo*

2012-10-09 Thread Softaddicts
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

Re: Rouge: Ruby + Clojure

2012-10-13 Thread Softaddicts
; 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

Re: Clojure turns 5

2012-10-16 Thread Softaddicts
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

Re: Cdr car

2012-10-17 Thread Softaddicts
; > > > > > -- > 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

Re: fastest way to remove nils

2012-10-26 Thread Softaddicts
.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

Re: fastest way to remove nils

2012-10-26 Thread Softaddicts
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

Re: [ANN] new book: "ClojureScript: Up and Running"

2012-11-07 Thread Softaddicts
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

Re: Coding Standard - ns usage

2012-11-08 Thread Softaddicts
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?

Re: Coding Standard - ns usage

2012-11-08 Thread Softaddicts
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

Re: transient/persistent! not worth for less than 7-8 operations

2012-11-08 Thread Softaddicts
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 "

Re: transient/persistent! not worth for less than 7-8 operations

2012-11-08 Thread Softaddicts
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

Re: transient/persistent! not worth for less than 7-8 operations

2012-11-08 Thread Softaddicts
<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 >

Re: transient/persistent! not worth for less than 7-8 operations

2012-11-09 Thread Softaddicts
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

Re: Coding Standard - ns usage

2012-11-09 Thread Softaddicts
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

Re: Coding Standard - ns usage

2012-11-10 Thread Softaddicts
:as xml]] > > > > [clojure.java > > > > [shell :as sh] > > > > [io :as io]])) > > > > > > How do you avoid repeating this ? A clojure macro?, IDE suppo

Re: Coding Standard - ns usage

2012-11-11 Thread Softaddicts
> 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

Re: Why does re-matcher return a mutable object?

2012-11-14 Thread Softaddicts
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

Re: Clojure source code - negligent?

2012-11-23 Thread Softaddicts
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

Re: Clojure source code - negligent?

2012-11-23 Thread Softaddicts
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

ANN tools.trace 0.7.5

2012-12-05 Thread Softaddicts
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

Re: abysmal multicore performance, especially on AMD processors

2012-12-09 Thread Softaddicts
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

Re: abysmal multicore performance, especially on AMD processors

2012-12-09 Thread Softaddicts
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, > >

Re: Using functions from Java packages

2012-12-16 Thread Softaddicts
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

Re: The idiomatic use of keyword arguments

2012-12-16 Thread Softaddicts
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

Re: The idiomatic use of keyword arguments

2012-12-16 Thread Softaddicts
> > 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

Re: Using functions from Java packages

2012-12-16 Thread Softaddicts
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

Re: Differences between data.csv and clojure-csv

2012-12-22 Thread Softaddicts
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

<    1   2   3   4   >