Visual LISP
An extended LISP environment in AutoCAD that adds an IDE, debugger, COM access, and the ability to compile to FAS or VLX.
Visual LISP (VLISP) extends AutoLISP with an integrated development environment, a debugger, ActiveX/COM bindings, and compilation to .fas or .vlx files. The IDE is launched with the VLIDE (or VLISP) command. Visual LISP functions are prefixed with vl-, vla-, or vlax- — for example vl-load-com to enable ActiveX. Most modern AutoCAD plugins written in LISP are technically Visual LISP because they use vla- functions to talk to objects and reactors.
Browse related listings
Related terms
Autodesk's dialect of LISP, built into AutoCAD since 1986, used to write custom commands and automate drawings.
A compiled, single-file binary of an AutoLISP/Visual LISP routine. Faster to load and obscures the source code.
A compiled Visual LISP application that bundles multiple .lsp/.fas files, DCL dialogs, and resources into one file.