"Jim - FooBar();" <[email protected]> writes: Hi Jim,
> however I only want to do this to avoid a specific reflection > call... you see my move function take either any type that satisfies > IPiece and so at each call reflection is needed to decide which one to > use... I don't get you. If IPieces can be moved, then move should be a protocol method declared in IPiece. And when you say you have reflection warnings, can it be that you call a protocol method foo with (.foo o) [note the .-syntax]... Bye, Tassilo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
