On 07/06/2010 04:16 PM, Greg wrote:
Have you checked for those?
No, sorry, I think that's a rather unreasonable request. I'm not going to spend 
hours sifting through the core and contrib just to jerk out examples for you.

I'd rather use logic and reason to make my case.
I don't think that this was intended to be unreasonable. I believe the motivation here is to help everyone understand the basis for your idea with a concrete example. No one would want you to spend hours sifting through code to prove a point. I would just start with a few reasonable places and see if you can code up a quick example. I believe that this is a fair request. I would very much like to see some specific examples as it would help solidify your ideas.

Cheers,

Aaron

- Greg

On Jul 6, 2010, at 4:14 PM, Mike Meyer wrote:

On Tue, 6 Jul 2010 14:09:18 -0400
Greg<g...@kinostudios.com>  wrote:
On Jul 6, 2010, at 2:01 PM, Stuart Halloway wrote:
(3) I haven't seen a lot of examples where something like -->  solves real 
problems in code.
I haven't coded long enough in Clojure to provide you with any examples, but it 
seems like hoping that the functions you're going to use are going to have the 
correct parameter order is silly. Why hope when you can guarantee it won't 
matter?

Anyways, you haven't seen a lot of examples simply because people don't have a -->  to 
use. Thus they're are forced to work around it, for example by replacing calls to ->  or 
->>  with the corresponding standard calls (postfix/prefix? don't remember what that 
style is called).

If it existed, you would see it being used.
If that's true, then it should be easy to find places in either
clojure.contrib or the parts of clojure.core that are written in
clojure that could make use of it.

Have you checked for those?

     <mike
--
Mike Meyer<m...@mired.org>                http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O<  ascii ribbon campaign - stop html mail - www.asciiribbon.org

--
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 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 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
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to