> When I read code like (- 1 2), I tranform it into (1 - 2) in my head

I used to do this when I was first learning a lisp, but now I read "+" as 
"sum" instead of "plus" and "-" as "subtract" instead of "minus". 
Similarly, if you see (< x y), you can say "x less than y", but what about 
(<= x y z)? Instead, I read that as "ascending". With "<=", it would be 
"strictly ascending". Choosing prefix-friendly pronunciations for 
non-alphanumeric functions helps you get out of the operator mind set and 
into the applicative mindset.

In the absence of a mental infix transform, (<! c) reads like redirecting 
from a file in your shell.

-- 
-- 
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