Clojure Games

2018-04-16 Thread Peter Ashford
Hi There - Clojure noob here. I wanted to ask some question about games programming in Clojure. Is it ok to ask here or is there a better spot? Most of my questions aren't super game-specific. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To pos

Matching map in ArraySeq

2012-06-29 Thread Peter Ashford
I've just started playing with Clojure and I have a newbie question: I have an anonymous function that takes a variable number of parameters. I coded it so it takes a list of strings or functions that return strings and concatenates the resultant strings like so: (defn example [& args] (reduce