CompuServe Thread

#ads_command

2 messages in this thread
#34116From: JAMES LUNDYFeb 22, 1992 6:43 AM
LISP stands for LISt Processing. It is a language used in my field. Artificial Intelligence is a major topic in computer science. Since LISP processes LISTS, everything returns is obviously a list. By the way, I have looked at AUTOLISP programs and they are written in the same form as the LISP I used in computer science courses at University of Toronto. jl
#34131From: Christoph KukuliesFeb 22, 1992 9:34 AM
Yes. I know what LISP means. What was my original question? BTW, from what I know 'AutoLisp' is based on XLISP 1.5, a public domain LISP interpreter, written by David Betz (BIX: dbetz). I believe I asked how I can convert the list returend by an ads_command into a string for sending it to a file or some network connection. –Chris