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

Programming

13215 readers
1 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 1 year 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
[โ€“] [email protected] 4 points 1 year ago (1 children)

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.

[โ€“] [email protected] 1 points 1 year ago

I appreciate the comment! I will look into dynamo more this weekend, that does look interesting. Those are some great resources, thanks!