Topics in this section
-
Getting Started
You can use Visual LISP to increase your productivity by compiling programs, stepping through code, and debugging.
-
Developing Programs with Visual LISP
With Visual LISP, you can format your code and automatically detect syntax errors.
-
Debugging Programs
To debug a program, you can trace execution, trace the values of variables during execution, and view the sequence in which expressions are evaluated.
-
Building Applications
You can compile your program files and create a single executable module that you can distribute to users.
-
Maintaining Visual LISP Applications
You can maintain large programs by creating a Visual LISP project and optimizing code.
-
Working with ActiveX
With Visual LISP, you can access the AutoCAD object model.
-
Advanced Topics
You can use reactors for event notification.