Author Topic: 2021 New LISP Editor  (Read 6555 times)

0 Members and 1 Guest are viewing this topic.

w64bit

  • Newt
  • Posts: 78
2021 New LISP Editor
« on: April 08, 2020, 01:09:48 PM »
AutoCAD 2021 is bringing new LISP editor: VS Code and the AutoCAD AutoLISP Extension.
The Visual LISP (VL) IDE has been retired and will be removed in a future release.

Do you think that this replacement is a good thing for LISP editing?
VS Code for AutoCAD it's better than BLADE (the equivalent for Bricscad)?
Thank you

JohnK

  • Administrator
  • Seagull
  • Posts: 10637
Re: 2021 New LISP Editor
« Reply #1 on: April 08, 2020, 01:22:12 PM »
VS Code will be better but AutoLisp developers will need to learn to adopt new practices such as the use of version control, and debuggers.

I wrote down some of my initial thoughts/concepts on the use of VS Code here:
https://www.theswamp.org/index.php?topic=55696.msg598040#msg598040
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: 2021 New LISP Editor
« Reply #2 on: April 08, 2020, 08:47:50 PM »
I think it's pretty hard to get a better IDE than a purpose built one embedded into the host application but VLIDE is showing its age. BLADE will be pretty hard to beat for BricsCAD though.

I like working with VS Code (I spend 90% of my time there) and for AutoCAD at least it will become the better alternative as long as the plugin maintainers keep improving it.
It also comes down to workflow I guess.
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: 2021 New LISP Editor
« Reply #3 on: April 09, 2020, 04:07:58 AM »
I’m still using LispLink lol, I wish BLADE had a dark theme..  VS Code looks really nice, I think I’ll give it a whirl since its easier on the eyes

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2139
  • class keyThumper<T>:ILazy<T>
Re: 2021 New LISP Editor
« Reply #4 on: April 09, 2020, 05:41:50 AM »
I was told a few years ago that the guys at AutoDesk didn't know enough about the IDE or Vital Lisp to make changes to it.
Looks like they took the easy way out.
 :2funny:
I'm pleased I'm done with them.
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: 2021 New LISP Editor
« Reply #5 on: April 09, 2020, 07:27:03 AM »
Looks like they took the easy way out.
ZWCAD already did this some years ago.

Otherwise, it seems that the support of Unicode characters also brings some compatibility issues (see here)...
Speaking English as a French Frog

Augusto

  • Newt
  • Posts: 75
Re: 2021 New LISP Editor
« Reply #6 on: April 09, 2020, 01:03:27 PM »
The fact is that every change takes us out of the comfort zone. I particularly like it very much when that happens.

But some changes that Autodesk is making in relation to its business model, more specifically saying, software leasing model, has caused a certain discomfort in the people with whom I talk.
Many are already considering purchasing software with a lifetime license, such as BricsCAD.

But going back to the main issue that is IDE, I think the following:
Instead of changing the IDE, why not change the way that autoCAD processes autolisp?
There are routines here in my work that in autoCAD take almost 60 seconds, but the same routine in BrisCAD takes less than 5 seconds.  :wink:

But please understand, this is just a thought that came to mind. I know this could be a very long conversation.

I already made my decision.
Despite being passionate about autolisp, although I don't know much, I will face my discomfort and go to the .net platform.  :cry2:

Wish me luck.  :nerdystraight:

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: 2021 New LISP Editor
« Reply #7 on: April 09, 2020, 01:34:47 PM »
I believe my fondness for LISP is well known (after all we were born the same year). That said, I wish Autodesk / Bricsys would natively support Python.

On IDEs -- due to the lameness of VLIDE I adopted Ultra Edit (UE) eons ago. While Blade is truly awesome -- and I have tested and customized it a fair amount (the DCL viewer is very convenient) -- my productivity is far higher with UE. I typically pound out over 5K lines of LISP a month so an IDE I'm productive with -- not fatigued by -- and the same regardless the platform I'm supporting -- is essential.

tl;dr: Not abandoning UE any time soon.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: 2021 New LISP Editor
« Reply #8 on: April 10, 2020, 11:22:58 AM »
Due to the support of Unicode, StripMtext requires the LISPSYS sysvar to be set to 0 to work with A2021 (iow, keep the VLIDE as default IDE).
Speaking English as a French Frog

framednlv

  • Newt
  • Posts: 64
Re: 2021 New LISP Editor
« Reply #9 on: April 13, 2020, 11:09:18 AM »
I’m still using LispLink lol, I wish BLADE had a dark theme..  VS Code looks really nice, I think I’ll give it a whirl since its easier on the eyes
I wish I still had LispLink.

Atook

  • Swamp Rat
  • Posts: 1029
  • AKA Tim
Re: 2021 New LISP Editor
« Reply #10 on: April 13, 2020, 11:34:25 AM »
.. I typically pound out over 5K lines of LISP a month...

 :woow: :wideeyed2: :wideeyed:

That's incredible!

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: 2021 New LISP Editor
« Reply #11 on: April 13, 2020, 12:24:13 PM »
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8702
  • AKA Daniel
Re: 2021 New LISP Editor
« Reply #12 on: April 13, 2020, 07:16:27 PM »
.. I typically pound out over 5K lines of LISP a month...

 :woow: :wideeyed2: :wideeyed:

That's incredible!

And that's only LISP