How to use LISP in BabaCAD?

LISP interpreter is included in BabaCAD, so you can start using LISP scripts and commands/functions immediately after BabaCAD is installed on your computer.

BabaCAD LISP is mostly compatible with AutoCAD autolisp programming language.

LISP is one of most frequently used modes for enlarging CAD software functionalities.

LISP can be used directly by entering the code in command window or by loading an existing .lsp file with LISP functions using the command APPLOAD in BabaCAD.

We will update the BabaCAD web site with all useful LISP functions, which can later be freely downloaded and used.

It is also possible to find a big number of finished LISP functions in .lsp files because CAD users were publishing these functions freely in the last 30 years (thousands or dozens thousands of .lsp files could be found on internet).