Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
65 views

AutoLISP Lesson 1 - Introduction To Lisp Programming - Draftsperson

AutoLISP is a dialect of the LISP programming language built into AutoCAD. LISP is one of the oldest high-level programming languages and has been used for artificial intelligence and robotics. To program in AutoLISP, you need a text editor to create and save *.lsp files that can then be run in AutoCAD. The document then outlines the typical phases of programming including problem definition, requirements analysis, architecture, construction, and system testing.

Uploaded by

sivasrss
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

AutoLISP Lesson 1 - Introduction To Lisp Programming - Draftsperson

AutoLISP is a dialect of the LISP programming language built into AutoCAD. LISP is one of the oldest high-level programming languages and has been used for artificial intelligence and robotics. To program in AutoLISP, you need a text editor to create and save *.lsp files that can then be run in AutoCAD. The document then outlines the typical phases of programming including problem definition, requirements analysis, architecture, construction, and system testing.

Uploaded by

sivasrss
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

Sixth Grade Math www.K12.com


Primary, Secondary(K-12) Education. US Education for
Expats, Nationals

Simple Injector simpleinjector.codeplex.com


Open source dependency injection container for .NET.

Business English School Englishtown.com/1-USD-Offer


Prepare negotiations and meetings Quick results
Guaranteed 100%

Start Your Online Store www.shopify.com


Customers trust Shopify with stores that sell millions

Retrieved from "http://www.draftsperson.net/index.php?title=AutoLISP_Lesson_1_-_Introduction_to_Lisp_Programming"


Categories: AutoCAD Tutorials | AutoCAD Articles
Printed from www.draftsperson.net

8/16/2012 8:26 AM

You might also like