Search found 2 matches

by zck
Sat Aug 28, 2010 7:32 pm
Forum: Common Lisp
Topic: Help with some quiz questions
Replies: 2
Views: 3629

Re: Help with some quiz questions

Your post reads like "do my homework for me", which isn't particularly tempting.

If you post code you have so far, and tell us how it doesn't work, we can help.
by zck
Thu Aug 05, 2010 9:16 pm
Forum: Emacs Lisp
Topic: Is increasing max-lisp-eval-depth recommended?
Replies: 1
Views: 20462

Is increasing max-lisp-eval-depth recommended?

I'm writing an implementation of Minesweeper for Emacs, and I have two functions that are mutually recursive and hit max-lisp-eval-depth on not-so-large game sizes (i.e., even 10x10 games cause this to happen). The basic algorithm is: the user picks a square. If that square is a zero, pick all the s...