Forum: Legacy and Other Languages Jun 14th, 2007 |
| Replies: 4 Views: 1,622 One little sneaky parenthesis can cause a lot of pain in LISP. You solved my problem. Thanks.
I could not implement the parse-integer, it gave me a type error.
Also, the other tips were... |
Forum: Legacy and Other Languages Jun 13th, 2007 |
| Replies: 4 Views: 1,622 I am trying to write a simple Lisp function for my Articficial Intelligence class and am running into a problem. The compiler is seeing the line format t "Enter a number, press return and enter... |