On 14 July 2013 15:21, Alice <dofflt...@gmail.com> wrote:

> Wouldn't <! for a put and >! for a take more natural than the current one?
> When I read code like (- 1 2), I tranform it into (1 - 2) in my head,
> likewise when I see (>! c "hi"), I read it as (c >! "hi"), which doesn't
> look right.
>

I find the current syntax more natural. I see "!" as the pipe and ">" and
"<" as the direction of data flow. So ">!" is pushing data into the pipe,
and "<!" is pulling data out of it.

Reversing it would assume that everyone is mentally converting the
functions into infix operators in their heads.

- James

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to