Getting Organized

AutoCAD AutoLISP & Visual LISP

 
Getting Organized
 
 
 

To develop an AutoLISP program with VLISP you must perform the following steps:

  • Think about which tasks you want to accomplish with your program, and how to approach those tasks.
  • Design the program.
  • Write the code.
  • Format the code for readability.
  • Check for errors in the program.
  • Test and debug the program.

This chapter provides you with information to help you accomplish writing, formatting, and checking tasks. The Debugging Programs chapter describes the debugging features of VLISP. The Building Applications and Maintaining Visual LISP Applications chapters describe how to package your programs into applications that can be run by other users, and how to organize application components to facilitate future updates.