Re: Clojure STM and deadlocks

2009-03-17 Thread camponoblanco
On 17 mar, 14:04, Mark Volkmann wrote: > Is there a summary somewhere of the steps Clojure STM takes to avoid > deadlocks? I'm just trying to understand the basics of what, if > anything, it does to avoid them. > > -- > R. Mark Volkmann > Object Computing, Inc. Perhaps this can be interesting:

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