Author Topic: future of lisp in acd  (Read 7882 times)

0 Members and 1 Guest are viewing this topic.

LE3

  • Guest
Re: future of lisp in acd
« Reply #15 on: November 25, 2011, 10:30:57 AM »
Having said that, I don't believe the lack of ActiveX documentation is any indicator of AutoDesk intent regarding continuation of the availability of Lisp ;
It's more a reflection of AutoDesks typical disregard of developers.

I'm sure the developers are OK for the most part - they are using dotNET and/or ObjectARX to do their thing so the ActiveX documentation is rendered moot.  Its more the CAD Support personnel doing casual/in-house development work that are affected.

even vital lisp was incomplete - don't recall having a full info or help.... btw (wonder if all that activex basis did, could be much easier if it is ported to simple arx and then export functions from there as normal autolisp - maybe adesk guys will end up doing this to be use from the mac side).
« Last Edit: November 25, 2011, 10:34:15 AM by le »

Jeff H

  • Needs a day job
  • Posts: 6150
Re: future of lisp in acd
« Reply #16 on: November 25, 2011, 03:42:08 PM »
From an ex-lisper, and what all said about Rock n' Roll....
Here it is for you Lispers the port of an old song-code - Have fun:

Code: [Select]
AutoLisp 'n VLisp is here to stay,
it will never die
It was meant to be that way,
................
...............
............
You can't help but sing that in a cool way.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: future of lisp in acd
« Reply #17 on: November 25, 2011, 03:51:36 PM »
You can't help but sing that in a cool way.

"uh uh uh, uh uh uh uh uh ..."
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

BlackCADDER

  • Mosquito
  • Posts: 17
Re: future of lisp in acd
« Reply #18 on: November 29, 2011, 11:35:10 PM »
Same argument pops up every couple of releases.
I recon it gets started by the jealous microstation lovers
"Permission to ask a question, sir... "
"Permission granted, Baldrick, as long as isn't the one about where babies come from."

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: future of lisp in acd
« Reply #19 on: November 30, 2011, 10:34:42 AM »
Same argument pops up every couple of releases.
I recon it gets started by the jealous microstation lovers

My vote goes for customizers newly indoctrinated into VBA or dotNET or whatever the latest "new" thing is.  Nobody more zealous than a recent convert.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: future of lisp in acd
« Reply #20 on: November 30, 2011, 03:08:08 PM »
I think LISP will be around for a long time to come. It is simple to learn, compared to many other options, it works well and maintains compatibility between releases. You can still use LISP on the Mac as well, although some functions do not work (yet, I think they will add more as time goes on). It makes AutoCAD far more useful and more importantly easier to market, which to AutoDesk means $$$.

So, really, it makes sense to me that they will keep it for a long time.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: future of lisp in acd
« Reply #21 on: December 01, 2011, 09:50:06 AM »
Quote
wonder if all that activex basis did, could be much easier if it is ported to simple arx and then export functions from there as normal autolisp

VL.arx
James Buzbee
Windows 8

LE3

  • Guest
Re: future of lisp in acd
« Reply #22 on: December 01, 2011, 08:41:16 PM »
Quote
wonder if all that activex basis did, could be much easier if it is ported to simple arx and then export functions from there as normal autolisp

VL.arx
The Activex or ATL COM they did it is compiled as .arx extension - was commenting about that. :)