Tag: LISP

Articles with the tag "LISP".

Tutorials

AutoLISP Syntax

AutoLISP: The Complete Guide

Master prefix notation, understand the role of parentheses, and learn the basic rules of AutoLISP syntax. Learn to read and write LISP code with confidence.

Read chapter

Lists

AutoLISP: The Complete Guide

Discover lists, the fundamental data structure of LISP. Learn how to create, traverse, and manipulate them with car, cdr, cons, list, and foreach.

Read chapter

Reactors

AutoLISP: The Complete Guide

Learn how to automatically respond to events in AutoCAD using reactors: monitor entity modifications, drawing saves, and user commands.

Read chapter