Creating my own count program

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning everyone,
As a Lee-Mac fan, I'm trying to learn Visual Lisp and Auto Lisp. Did fine with the begginers' guide on http://www.afralisp and managed to tell Hello World, draw some rectangles, even doing some math. But I'm willing to go further. As I try to study, more people tell me to quit lisp and study Vb.net. They tell me it's too complicated and it'd take too long to learn.
I've been watching some computer science classes on youtube that teach lisp, but I'm having a hard time to get to learn at least enough to read someone else's code. My goal is in 2 months create something like that:
<insert command on command line, named on my c:program>
enter
Select polylines to use boundary count
(click on the polyline, i think it would need a ssget to get the polyline points, a 'if closed = true' or something)
enter
(ask me the layers (more than one) that i want blocks to be counted, clicking on objects or asking the name.
can be any block. for instance, summing all of the different blocks on these layers, even with different block definitions)
enter
(create a text or mtext on the center of the polyline oriented to the current ucs, asking (or not) to click on an existing text or mtext to match properties on the center of the polyline)
*each polyline would have it's own count in it's own boundary. but the counted layers can be the same. It would be good if I could select all of the polylines and they ask me just once what layer the blocks would be counted.
I've been looking for tutorials, and they're great- creating objects, drawing things, but not veryfing, counting. Is there a good online material or an affordable study material I could buy?
What would you guys suggest me to begin with? That's not the only routine I'd love to create/have.
Thanks in advance,
Eron