Re: casting spels in clojure problem

2011-12-12 Thread Kevin Ilchmann Jørgensen
If this is your code: http://www.lisperati.com/clojure-spels/code.html Then (spel-print (describe-paths 'living-room game-map)) will work. spel-print takes a list that is returned from describe-paths. /Kevin On Mon, Dec 12, 2011 at 7:51 AM, jayvandal wrote: > I am trying castin spels in cloju

Re: casting spels in clojure problem

2011-12-11 Thread Stuart Campbell
Hello, You'll need to include the source of the spel-print function, i.e. the (defn spel-print ...) part of the code. The error means that you're calling spel-print with either too many or too few arguments. But we can't tell unless you provide the code for that function :) Regards, Stuart On 1