this post was submitted on 08 Jun 2023
7 points (100.0% liked)

Programming

14145 readers
5 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Anyone familiar with lisp? I've written a few routines that help me draft at work (AutoCad/Civil 3D), but it is a little overwhelming. I'd love to chat with some people and maybe get a couple resources to learn from.

you are viewing a single comment's thread
view the rest of the comments
[–] infeeeee@beehaw.org 3 points 2 years ago

C3d comes with Dynamo, and you can use python there, it's much less overwhelming. Also visual programming is really fun!

Back in the days I played with Autolisp my most important resources were Lee Mac programming, The Swamp and the official help. Usually searching for "autolisp" yields better results, as there are a lot very different lisp dialects.