Search found 2 matches

by fuzzylogic
Sun Oct 17, 2010 3:39 pm
Forum: Common Lisp
Topic: confused about recursion/scope
Replies: 6
Views: 7851

Re: confused about recursion/scope

Thanks both for responding, and I'm sorry that I'm responding a few days late. I found a work around to the problem I was having, although I never figured out what was wrong initially. @nuntius: I'll include my recursive function at the end of this point, although it is lengthy and messy, as I'm not...
by fuzzylogic
Thu Oct 14, 2010 7:18 pm
Forum: Common Lisp
Topic: confused about recursion/scope
Replies: 6
Views: 7851

confused about recursion/scope

Hi there :) I'm writing some simple AI algorithms for a simple game (something like tic-tac-toe but with numbers). I'm trying to use recursion to travel down a tree of potential moves in order to do determine the best route. I'm getting really jammed up though because each time I step into the next ...