Re: defmethod hangs

2010-11-02 Thread Jarl Haggerty
I don't know if it's of any worth but I switched from 1.3.0-alpha2- SNAPSHOT to 1.2 and my problems are gone. The simplest way I found to reproduce the error I was having in 1.3 was to paste this following function into a repl. The function is meaningless but I figure it should at least compile.

Re: defmethod hangs

2010-11-02 Thread Jarl Haggerty
Thanks for look, I figured it was unlikely anyone could give me a solution, but it was late at night, clojure wasn't telling me anything, and I was kind of burnt out. I've been experimenting and trying to replicate the problem in a smaller program but all I've learned is that if I move the functio

Re: defmethod hangs

2010-11-01 Thread Meikel Brandmeyer
Hi, your code is really hard to understand. Please let let to be your friend! I extracted things a little bit and put everything in a let. Since I have no clue about collission detection in physics engines I derived the local names from the operations done "i"nc, "d"ec, etc. More meaningful names

defmethod hangs

2010-10-31 Thread Jarl Haggerty
I'm not sure what to do here, my program hangs at the following defmethod. all my brackets seem to be balanced and I'm not receiving any errors about undefined symbols. This sample prints 2 but never gets to 3, (my poor man's debugging). This code is for the collision detection is a physics engi