AutoLISP Lesson #1 - Introduction to Lisp Programming(April 1999) AutoLISP is a dialect of the LISP programming language (LISt Processing). LISP is the oldest high-level programming language, second only to FORTRAN. LISP has been the language of choice for the artificial intelligence in robotics. It is built into AutoCAD. What is a program? A program is a list of instructions for your computer to carry out. What you need? To program in LISP you will need a text editor capable of saving files in ASCII format, and AutoCAD to run *.lsp files you create. Programming phases1. Problem definition More Lessons
Lesson 2 The AutoLISP Environment |
|
|