Search found 3 matches

by aedsferrao
Wed Nov 16, 2011 7:06 am
Forum: Common Lisp
Topic: Print white spaces
Replies: 1
Views: 3257

Print white spaces

Hi!

I have another question, how can i print white spaces??

I need to print this

Code: Select all

O   *   O
*X  O*  ****
**X  **O  O**
*****XX*****
Thank you.
by aedsferrao
Fri Nov 11, 2011 3:26 pm
Forum: Common Lisp
Topic: Help for building a board
Replies: 5
Views: 6964

Re: Help for building a board

Thank you for everything. It's working now. My problem is that is my first time programming in Lisp and in my school they don't teach this right and now we must do the game Y in common lisp and i'm a little confused.

by the way you know any quick guide to learn common list?
by aedsferrao
Thu Nov 10, 2011 5:36 am
Forum: Common Lisp
Topic: Help for building a board
Replies: 5
Views: 6964

Help for building a board

Hi! It's my first time in LispForum and i have a question. I'am suposse to do a board to a game (game y) and when i give > (setf tab1 (do-board 4)) ((* * *) (* * * * * *) (* * * * * * * * *) (* * * * * * * * * * * *)) and now my code is (defun do-board (x) (defun board2 (i list1 list2) (if (zerop i)...