Hi Erebus, I am also new so I'm also just guessing.
What if you execute the code inside define-all-properties directly without wrapping it in a function? Am 02.09.2013 um 19:04 schrieb Erebus Mons <erebus.m...@gmail.com>: > (defn define-all-properties > [] > (for [ stuff ] > ... > (eval `(defn ~name [arg#] > (...)))))) > > I then do > > (define-all-properties) > > Here is my problem: I have also tried to define in the same file functions > based on those created by *define-all-properties*, like the following: > > (defn obstruent? [sound] > (or (stop? sound) > (fricative? sound))) -- -- 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 Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.