AutoLISP Lesson 1 - Introduction To Lisp Programming - Draftsperson
AutoLISP Lesson 1 - Introduction To Lisp Programming - Draftsperson
net
1 of 1
http://www.draftsperson.net/index.php?title=AutoLISP_Lesson_1_-_Intro...
From Draftsperson.net
(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 phases
1.
2.
3.
4.
5.
Problem definition
Requirements analysis
Architecture
Construction
System testing
More Lessons
AutoLISP Lesson 1 - Introduction to Lisp Programming
AutoLISP Lesson 2 - THE AutoLISP ENVIRONMENT
AutoLISP Lesson 3 - COMMENTS
AutoLISP Lesson 4 - PROGRAM FORMAT
AutoLISP Lesson 5 - VARIABLES
AutoLISP lesson 6 - NUMBERS
AutoLISP Lesson 7 - PROGRAM CONTROL
AutoLISP Lesson 8 - LOOPING
AutoLISP Lesson 9 - DATA STRUCTURES
AutoLISP Lesson 10 - INPUT AND OUTPUT
8/16/2012 8:26 AM