Author Topic: Question regarding a Book I came across  (Read 2027 times)

0 Members and 1 Guest are viewing this topic.

StykFacE

  • Guest
Question regarding a Book I came across
« 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:

  • Would this be a good source of learning even though it's coming on 12 years old?

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

  • Is there a distinction between AutoLISP, Visual LISP, and VBA or am I just missing the term meaning?
  • I know that since AutoCAD 2010, VBA does not come installed. Is VBA going away and should I start learning another language?

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?

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Question regarding a Book I came across
« Reply #1 on: November 24, 2009, 01:53:52 PM »
Yes
Yes
Yes

IMO 8-)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Question regarding a Book I came across
« Reply #2 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


CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Question regarding a Book I came across
« Reply #3 on: November 24, 2009, 03:59:34 PM »
I knew someone would fill in the gaps.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Question regarding a Book I came across
« Reply #4 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.
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: Question regarding a Book I came across
« Reply #5 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

Vali

  • Mosquito
  • Posts: 9
Re: Question regarding a Book I came across
« Reply #6 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.

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: Question regarding a Book I came across
« Reply #7 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

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Question regarding a Book I came across
« Reply #8 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-)
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.