I am trying to write a procedure to list in order a list of numbers .. I can write a proceudure that works using a recursive procedure but when I try it with an iterative procedure http://pastebin.com/BKzcX8P7 I get an error saying "not a real"
I tried to write the procedure using scheme here http://pastebin.com/pF5QecFc and it works ok so Im wondering what Im doing wrong with common lisp ..
I don't have lots of access to the net at the moment and Im not sure what I should be looking for anyways so any help is really appreciated ..
thanks al
I tried to write the procedure using scheme here http://pastebin.com/pF5QecFc and it works ok so Im wondering what Im doing wrong with common lisp ..
I don't have lots of access to the net at the moment and Im not sure what I should be looking for anyways so any help is really appreciated ..
thanks al