strange lazy behaviour

2012-07-10 Thread Andrew Rafas
Hi! Just created this solution for the Number Maze problem on 4clojure: http://www.4clojure.com/problem/106 ( (fn [a b] (letfn [(nummaze [a b len] (cond (= len 0) false (= a b) true (nummaze (* 2 a) b

strange behavior with seqs

2012-07-10 Thread Andrew Rafas
Hi! It is a second time I post this message, now I will not put a link into it so maybe it will get trough the spam filter... So I have solved the 106. 4clojure problem, the Number Maze, and my solution behaves rather strangely in the Counterclockwise REPL (and similar on 4clojure solution che

Re: atom and lock

2012-07-18 Thread Andrew Rafas
On Wednesday, July 18, 2012 1:20:03 AM UTC+1, Warren Lynn wrote: > > The "making progress" seems an illusion here to me. Sure, you can make > progress in one thread while another thread is taking one hour to finish > its part. But the cost is the "long" thread finally found out "oops, I have >

screencast corruption

2012-09-02 Thread Andrew Rafas
Hi! I just wanted to watch this screencast (Clojure Sequences) as I really need that little table which compares C#, Java and Clojure sequences. However the video on this link seems to be like 5 seconds long instead of more than an hour. Can you fix it? Or do you have the slides somewhere? http

Re: screencast corruption

2012-09-02 Thread Andrew Rafas
ng H.264. Running time is 1 > hour 14 minutes. > > I could make it available somewhere, if that would help. > > // Ben > > On Sun, Sep 2, 2012 at 12:37 PM, Mayank Jain > > > wrote: > > Confirmed. The video is indeed broken. > > > > > &g