Search found 3 matches

by Sarah44
Mon Feb 02, 2009 6:02 pm
Forum: Common Lisp
Topic: [Newbie] Help needed for basic problem
Replies: 8
Views: 11266

Re: [Newbie] Help needed for basic problem

Thank you very much for your help, I understand better.

S
by Sarah44
Sun Feb 01, 2009 3:37 pm
Forum: Common Lisp
Topic: [Newbie] Help needed for basic problem
Replies: 8
Views: 11266

Re: [Newbie] Help needed for basic problem

Thank you for your replies.

Danb, I think I am starting to understand. However, the only thing is that the textbook says that we can solve the problem using only do. Is it really different from dolist? If yes, could you explain in what it is different?

Thank you,
S
by Sarah44
Sat Jan 31, 2009 6:09 pm
Forum: Common Lisp
Topic: [Newbie] Help needed for basic problem
Replies: 8
Views: 11266

[Newbie] Help needed for basic problem

Hello,

I have been trying to write a function that will allow me to return the smallest number of a list. It is an exercice to practice "do" iteration.

Could somedy hint me on how to get started with that function? I am really confused with do iterations...

Thank you very much,
S