Applying static java method to seq

2009-11-02 Thread Thomas
How come I can do this user= (map #(Integer/parseInt %) [42 100]) (42 100) but not this user= (map Integer/parseInt [42 100]) java.lang.Exception: Unable to find static field: parseInt in class java.lang.Integer (NO_SOURCE_FILE:2) I understand that Clojure is trying to look up

<    1   2   3   4