On Wed, May 23, 2012 at 10:21 PM, Armando Blancas <[email protected]> wrote: > Is this any better? > > user=> (defn f [^java.awt.image.BufferedImage bi x] > (.setData (.getRaster bi) 0 0 0 ^double x)) > #'user/f
Didn't have a repl handy? It's quick to check that it produces: Reflection warning, NO_SOURCE_PATH:2 - call to setData can't be resolved. -- 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
