need some help in lisp
Posted: Mon Oct 17, 2005 4:06 pm
hello
i'm a french newbie in lisp
i need some help to realise a function wich gives me the exact (or the nearest) result by using a list of numbers given in argument
something like this
(defun good-count (n l)
...
))))))))))))))))))
where n is the number i want to found and l is the list of numbers i have to use to found n
i can also use results of operation on the numbers of the list l
i can only use +,-,/,* operations
thanks for your help
and apologize me for my bad english 'im french
see you!
i'm a french newbie in lisp
i need some help to realise a function wich gives me the exact (or the nearest) result by using a list of numbers given in argument
something like this
(defun good-count (n l)
...
))))))))))))))))))
where n is the number i want to found and l is the list of numbers i have to use to found n
i can also use results of operation on the numbers of the list l
i can only use +,-,/,* operations
thanks for your help
and apologize me for my bad english 'im french
see you!