Sum of Squares in Lisp

Posted by orcik on Stack Overflow See other posts from Stack Overflow or by orcik
Published on 2010-04-21T05:48:17Z Indexed on 2010/04/21 5:53 UTC
Read the original article Hit count: 283

Filed under:

Hi,

I need to write a non-recursive version of the function sum-squares and Use a do-loop that is based on the length of the argument list.

© Stack Overflow or respective owner

Related posts about lisp