AU Class
AU Class
class - AU

LISPing Eloquently - the Basics

Share this class
Search for keywords in videos, presentation slides and handouts:

    Description

    AutoLISP® is an easy-to-learn programming language for the non-programmer. Programming is simply intelligently obtaining and using or reusing data. This hands-on lab shows you how to recognize the type of data that you need, get that data, and then use it. This “basics” class focuses on the terminology and syntax (the format and the functions that your programs need to follow) used in AutoLISP. You create a simple program or 2 using math and numeric data types. This course lays down all the groundwork you need to start using AutoLISP to streamline your working environment.

    Key Learnings

    • Explain common AutoLISP programming terms
    • Identify the common data types encountered within AutoCAD® software and AutoLISP
    • Use the Visual LISP Editor to write and format simple LISP routines
    • Load, use, and make available for future use those programs that will automate workflow