Search found 2 matches

by mickmos
Tue Sep 28, 2010 11:23 pm
Forum: Common Lisp
Topic: setf and nth problem
Replies: 3
Views: 3281

Re: setf and nth problem

Hey mate, thanks for the reply, here is the full code. i cant find anywhere where a number instead of a list is passed as an argument to one of the functions. and the "fix" functions, while they look strange, seem to work fine. Any ideas on where i may be using the 'nth' function incorrect...
by mickmos
Tue Sep 28, 2010 9:26 pm
Forum: Common Lisp
Topic: setf and nth problem
Replies: 3
Views: 3281

setf and nth problem

Hi guys i am having a lot of trouble with this relatively simple piece of code. I cant for the life of me figure out whats wrong with it Basically the program figures out how to get exactly half of an 8 liter paint time using the 8 liter tin, 5 liter, and a 3 liter tin, To express this problem i mad...