On Feb 4, 2:47 am, Kevin Downey <[email protected]> wrote: > if you really want to keep things simple you should just say > '(Person. "..." 18) > without all the concat noise the solution becomes obvious. you have a > form (new Person X Y), you want to execute the code with different > values bound to X and Y at runtime, sounds like a function to me. >
No because Person is the result of a fn (constucted from Strings) the the values are returned from other fns in groups -- 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
