Re: order of the arguments for functions, think an easy way.

2009-02-26 Thread Stephen C. Gilardi
On Feb 26, 2009, at 3:57 PM, camponoblanco wrote: This is an example: (contains? (set (range 100)) 10))) (some #(= 10 %) (range 100 I would like some way to rule the order of the arguments. For example what - where. contains? what where some what where I'm sure you can think some rule

order of the arguments for functions, think an easy way.

2009-02-26 Thread camponoblanco
This is an example: (contains? (set (range 100)) 10))) (some #(= 10 %) (range 100 I would like some way to rule the order of the arguments. For example what - where. contains? what where some what where I'm sure you can think some rules to cover many cases. As I am not so young, I'm ge