TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: StykFacE on November 24, 2009, 01:42:35 PM

Title: Question regarding a Book I came across
Post by: StykFacE on November 24, 2009, 01:42:35 PM
I recently came across a PDF eBook titled "Visual LISP Guide: AutoCAD 14" and it has a print date of April 23, 1998 and is 517 pages long and looks to be pretty in depth. A few questions:


If the above question is "yes" then here are some more:


Most of you guys should know that I know how to open and monkey around with existing code. I have even written a few very small custom LISP programs for myself, the biggest one done all by me was probably 6 lines. I am at a point where I really need to start getting more familiar with custom programming to further extend my skills for my company instead of relying on taking what has been written and trying to fit it in. If I print this book (plus two others I have) and bind them, keep them on my desk, then in my freetime I can try and run through them.

Any comments for me and what I should do?
Title: Re: Question regarding a Book I came across
Post by: CAB on November 24, 2009, 01:53:52 PM
Yes
Yes
Yes

IMO 8-)
Title: Re: Question regarding a Book I came across
Post by: rkmcswain on November 24, 2009, 02:17:02 PM
Dang.. I could have gotten away with three words...? :-)

http://www.cadtutor.net/forum/showthread.php?t=42365

Title: Re: Question regarding a Book I came across
Post by: CAB on November 24, 2009, 03:59:34 PM
I knew someone would fill in the gaps.
(http://www.theswamp.org/screens/index.php?dir=cab/&file=av-BigGrin.gif)
Title: Re: Question regarding a Book I came across
Post by: David Hall on November 24, 2009, 04:09:21 PM
IMO Lisp will never die, because its built into Autocad.  That being said, like RK said, .Net or C++  may serve you best.  I have used Lisp, VBA, made macros and scripts, all of which served the purpose at the time.  Some of those I keep using daily, because of ease of use.  However, I am now moving all my custom stuff to .Net to stay current with everybody else.  VBA will work in 2010 if you install the enabler, but will it be there in 2011?  We dont know, so we need to move forward with someting we know will be.
Title: Re: Question regarding a Book I came across
Post by: Lee Mac on November 24, 2009, 04:28:37 PM
I have looked into C++, and am doing a bit of C programming currently, and, it could just be that I am new to the language, but no matter how much more I learn of C++/C, I still prefer coding in LISP/VLISP... things just seem clearer, and with a more logical structure... as I say, it may just be that I am very much an amateur in other languages, so don't really have a "global view" on things... but I am still enjoying LISP/VLISP more than any other language I have tried to learn...

So, that said, I would encourage you to learn LISP/VLISP and delve right in - they are great languages to code in, and, once you get started, not too difficult to pick up.

Thats my 2 cents :-)

Lee
Title: Re: Question regarding a Book I came across
Post by: Vali on November 26, 2009, 01:52:51 AM
I'd like to come across the same book. I'm only vanilla LISP now and want to go visual.

Have a nice day,
v.
Title: Re: Question regarding a Book I came across
Post by: Lee Mac on November 26, 2009, 05:15:45 AM
I'd like to come across the same book. I'm only vanilla LISP now and want to go visual.

Have a nice day,
v.

I still believe that the easiest way into Visual LISP is through dissecting examples (perhaps some simple code found on the forums) using the Visual LISP Editor Help files (admitted they are written for VBA, but it doesn't take much to make the connection to Visual LISP).

Good luck,

Lee
Title: Re: Question regarding a Book I came across
Post by: CAB on November 26, 2009, 08:56:32 AM
I'd like to come across the same book. I'm only vanilla LISP now and want to go visual.

Have a nice day,
v.

You've come to the right place.

Welcome to the Swamp. 8-)