Re: Listen on changes to refs

2008-12-20 Thread Christian Vest Hansen
' for now. Another option, as long as you don't tell Rich, is that you could abuse the validator function to send to your agent. Anyway, apparently watchers for Refs are planned, so you could just wait for that. --Chouser -- Venlig hilsen / Kind regards, Christian Vest Hansen

Re: multiple sets on one item - is this a good idea?

2008-12-20 Thread Christian Vest Hansen
' is different in that it's only for dealing with .class files. --Chouser Good material for the FAQ, no? Or maybe just the docs. Regardless, this is a good explanation. -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received

Re: Suggestion: introduce (defn name attr-map? [params*] doc-string body) form.

2008-12-19 Thread Christian Vest Hansen
esiot...@gmail.com -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ 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

Suggestion: introduce (defn name attr-map? [params*] doc-string body) form.

2008-12-18 Thread Christian Vest Hansen
/ Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to clojure

Re: doall and dorun

2008-12-16 Thread Christian Vest Hansen
user= What's the explanation for that? thanks sun -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Re: memory issue with nth

2008-12-11 Thread Christian Vest Hansen
...@gmail.com wrote: I think this might just be a JVM version issue. I can reproduce this issue with a 1.5 JVM, but I can't reproduce it with 1.6. -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because

Re: memory issue with nth

2008-12-07 Thread Christian Vest Hansen
non-standard memory size arguments to the VM unless I expect I'll need it for something I'm doing. -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Clojure Blogs | Yahoo Pipes | Clojure Pipe

2008-12-06 Thread Christian Vest Hansen
, Akregator (KDE-based RSS feed aggregator) does not like that URL. s/feed/http/ seems to do the trick, for some reason. Randall Schulz -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you

Re: memory issue with nth

2008-12-06 Thread Christian Vest Hansen
On Sun, Dec 7, 2008 at 2:22 AM, Randall R Schulz [EMAIL PROTECTED] wrote: On Saturday 06 December 2008 17:11, Christian Vest Hansen wrote: I played around with some code, trying to explore the memory problems with 'filter' that is discussed in another thread, when I noticed an unexpected

Re: Clojure indentation conventions

2008-12-04 Thread Christian Vest Hansen
recommended style (indecision ftw). -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ 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

Re: Elegant but very slow

2008-12-04 Thread Christian Vest Hansen
Ah, disregard that. I found the rules: http://shootout.alioth.debian.org/u32q/benchmark.php?test=binarytreeslang=all#about On Fri, Dec 5, 2008 at 1:04 AM, Christian Vest Hansen [EMAIL PROTECTED] wrote: Is it important that we build and deconstruct a complete tree in the process, or is merely

Re: Improved Maven Build

2008-12-03 Thread Christian Vest Hansen
with groupId, artifactId and version, so the jar can be refered from other poms. -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: seq and vector

2008-11-22 Thread Christian Vest Hansen
! -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email

Re: POLL: Domain name for project hosting site.

2008-11-18 Thread Christian Vest Hansen
Thanks for the help Clojurians! Cheers, drewc -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Back on max again...

2008-11-04 Thread Christian Vest Hansen
On Tue, Nov 4, 2008 at 3:12 PM, Rich Hickey [EMAIL PROTECTED] wrote: On Nov 4, 9:00 am, Christian Vest Hansen [EMAIL PROTECTED] wrote: Generally by custom but not required by contract of the Comparable interface. And those are all Numbers, right? Comparable imposes natural ordering

Re: STM criticisms from Bryan Cantrill (Sun)

2008-11-04 Thread Christian Vest Hansen
your argument probably still holds, but I don't think it will hold forever. -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: Back on max again...

2008-11-04 Thread Christian Vest Hansen
On Tue, Nov 4, 2008 at 1:45 PM, Rich Hickey [EMAIL PROTECTED] wrote: On Nov 4, 2:56 am, Christian Vest Hansen [EMAIL PROTECTED] wrote: On Tue, Nov 4, 2008 at 6:23 AM, Mark H. [EMAIL PROTECTED] wrote: On Nov 3, 6:48 pm, Cosmin Stejerean [EMAIL PROTECTED] wrote: I think clearly spelling

Re: Back on max again...

2008-11-03 Thread Christian Vest Hansen
and Date both implement Comparable. Comparable is supposed to impose a total ordering on a set, so in a finite set of objects of the same type, the max is always well defined. +1 on (min) and (max) operating on Comparables. -- Venlig hilsen / Kind regards, Christian Vest Hansen

Re: Concerned about Clojure's license choice.

2008-11-02 Thread Christian Vest Hansen
On Mon, Nov 3, 2008 at 2:11 AM, Rich Hickey [EMAIL PROTECTED] wrote: MIT and BSD are not reciprocal licenses. I want a reciprocal license. What does it mean that a license is reciprocal? -- Venlig hilsen / Kind regards, Christian Vest Hansen

Re: Modified doto

2008-10-24 Thread Christian Vest Hansen
? In addition, I think having to always use dot-something for methods is good consistency. +1. Rich -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure

Re: offtopic - where are you come from? (poll)

2008-10-17 Thread Christian Vest Hansen
Slovakia. :) RK -- Venlig hilsen / Kind regards, Christian Vest Hansen. --~--~-~--~~~---~--~~ 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 To unsubscribe

<    1   2