Description
AutoLISP is a wonderful language that is full of surprises and clever techniques. Let’s use this roundtable session to discuss some algorithms that you are proud of. Or perhaps you have inherited some code and you don’t understand what it does. So bring it with you and the group can work it out. Let’s even vote on the coolest code we see in the session!
Key Learnings
- Use lists to work with data
- Provide optional arguments for functions
- Describe cool algorithms
- Diagnose tricky recursion