On Feb 24, 10:22 pm, AlamedaMike <limejui...@yahoo.com> wrote:
> 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.

Thanks

>
> 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 agree with you. Somewhere down the road I want the layout to be
completely flexible. Till then I will try to do something less
general.


>
> * 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?
>

Yes. The symbol detection takes the whole thing, "Math/sqrt", as a
single token.
Reflect, OTOH, expects class symbols. Thus, the workaround is this:
highlight only the "Math" part and then choose Reflect.

--
Itay Maman
http://javadots.blogspot.com

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