Thanks for this Itay.Very sweet.  I've been running it against the
Dec. 17th download and it works fine on Vista SP1. I'm particularly
impressed with the quality of the error messages.

A few suggestions / questions:

* there's a lot of whitespace to the right even when I don't have the
window maximized. Would you consider making the current top and bottom
views side-by-side? Much less wasted space, I think.

* I'm trying to get the reflect operation to work. Sample source code:

(defn in-circle? [[x y]]
  (<= (Math/sqrt (+ (* x x) (* y y))) 1))

When I put the cursor anywhere on Math/sqrt or else highlight it and
then select "reflect" from the source menu, I get "I could not
evaluate the symbol 'Math/sqrt'". Ideas?

Thanks again.

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

Reply via email to