Poll

Which editor do you prefer for Autolisp

VLIDE
25 (54.3%)
VS Code
2 (4.3%)
notepad
7 (15.2%)
Other
12 (26.1%)

Total Members Voted: 46

Voting closed: January 22, 2023, 12:46:37 PM

Author Topic: Autolisp IDE Poll  (Read 2996 times)

0 Members and 1 Guest are viewing this topic.

dubb

  • Swamp Rat
  • Posts: 1105
Autolisp IDE Poll
« on: December 09, 2022, 05:24:27 PM »
I have learned that AutoDesk is going to discontinue VLIDE in favor of Visual Studio. What are your preferences and why?

I'm trying out Visual Studio. So far it looks pretty good. I don't have much of an opinion on it yet.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2141
  • class keyThumper<T>:ILazy<T>
Re: Autolisp IDE Poll
« Reply #1 on: December 09, 2022, 05:44:28 PM »
Actually, that would be VS Code, not Visual Studio.

They are different animals.
googles first hit for search :  https://www.turing.com/kb/ultimate-guide-visual-studio-vs-visual-studio-code

I use both Vlide AND VSCode ( Vlide for preference )
and NotePad++ ( if I click a file in File Explorer )
« Last Edit: December 09, 2022, 05:52:08 PM by kdub »
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.

dubb

  • Swamp Rat
  • Posts: 1105
Re: Autolisp IDE Poll
« Reply #2 on: December 09, 2022, 06:04:50 PM »
Ah...I get it. I didn't realize there was a difference. Thanks.
Actually, that would be VS Code, not Visual Studio.

They are different animals.
googles first hit for search :  https://www.turing.com/kb/ultimate-guide-visual-studio-vs-visual-studio-code

I use both Vlide AND VSCode ( Vlide for preference )
and NotePad++ ( if I click a file in File Explorer )

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8728
  • AKA Daniel
Re: Autolisp IDE Poll
« Reply #3 on: December 09, 2022, 07:40:51 PM »
I’m still using LispLink, even though it’s dated (the author passed), I just spent so much time using it.
I do like vscode, but I don’t know how to use it with lisp yet, like how do I hide local variables, and search for referenced functions.   

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2141
  • class keyThumper<T>:ILazy<T>
Re: Autolisp IDE Poll
« Reply #4 on: December 09, 2022, 09:07:13 PM »
>>> I’m still using LispLink

I recall trying it ( about the time AutoCAD purchased Vital Lisp from Basis Software and renamed it to Visual Lisp (arount rel 14.0 )

went looking a while back, but the editor had usage limits and I was unable to license it and there were restrictions to the Acad version it worked with.

. . . a pity, cause I did like the editor.

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.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8728
  • AKA Daniel
Re: Autolisp IDE Poll
« Reply #5 on: December 09, 2022, 11:35:08 PM »
Yeah, the trial was limited to 100 lines of code or something, last compatible with acad 2015, I never used the autocad connector features, just the editor..
He was from my home town, so he hooked me up.. or I threatened to toilet paper his house or something...

anyway  ZwCad, GStar are now using VS Code, maybe high-jacking a common lisp plug-in would give us more features.

I’ve pretty much forgotten lisp, I had to purge that space to make room for C++

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2141
  • class keyThumper<T>:ILazy<T>
Re: Autolisp IDE Poll
« Reply #6 on: December 10, 2022, 01:29:39 AM »
 :lol:

Luis used to do that . . . change his name and piccy often . . . had us all really confused  :|
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.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8728
  • AKA Daniel
Re: Autolisp IDE Poll
« Reply #7 on: December 10, 2022, 03:54:59 AM »
I miss Luis, LE and LE2!

BIGAL

  • Swamp Rat
  • Posts: 1419
  • 40 + years of using Autocad
Re: Autolisp IDE Poll
« Reply #8 on: December 11, 2022, 09:59:14 PM »
No option "Notepad++" has lisp detect built in and can run code direct from N++.
A man who never made a mistake never made anything

PKENEWELL

  • Bull Frog
  • Posts: 320
Re: Autolisp IDE Poll
« Reply #9 on: December 12, 2022, 09:35:14 AM »
I use a editor called PSPad. It's very customizable. I especially like the "Code Explorer" feature, as it can list all the defuns in the file. I have also worked with the author to update the syntax file a few times.
http://www.pspad.com/en/
"When you are asked if you can do a job, tell 'em, 'Certainly I can!' Then get busy and find out how to do it." - Theodore Roosevelt

JohnK

  • Administrator
  • Seagull
  • Posts: 10651
Re: Autolisp IDE Poll
« Reply #10 on: December 12, 2022, 10:13:31 AM »
VSCode will really help you step up your game if your used to only using the VLIDE.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

BIGAL

  • Swamp Rat
  • Posts: 1419
  • 40 + years of using Autocad
Re: Autolisp IDE Poll
« Reply #11 on: December 12, 2022, 10:48:23 PM »
I have been programming for like 40 years and could not get VS to install, so gave up, just followed the instructions, anybody else have problems ?
A man who never made a mistake never made anything

Rustabout

  • Newt
  • Posts: 135
Re: Autolisp IDE Poll
« Reply #12 on: December 20, 2022, 08:15:52 PM »
GStarCAD's VS Code extensions are really good. The other ones either didn't have DCL ability or weren't very good.

Don't forget BLAIDE. Not a fan of BricsCAD (ducks) but the guy behind BLAIDE does a really good job.

I'm planning to switch to GStarCAD and VSCODE once my AutoCAD license runs out (unless the $$$ really starts coming in, then I might do one more year of ACAD).

BIGAL

  • Swamp Rat
  • Posts: 1419
  • 40 + years of using Autocad
Re: Autolisp IDE Poll
« Reply #13 on: December 21, 2022, 04:29:58 AM »
Lets no forgot the discontinuance of VBA support what are we up to now close to 10 years when anoounced would be discontinued ! Can download 2023 VBA for Autocad.

Whats that, the earth shook lisp to be discontinued.  :uglystupid2:
A man who never made a mistake never made anything

Rustabout

  • Newt
  • Posts: 135
Re: Autolisp IDE Poll
« Reply #14 on: December 21, 2022, 11:47:32 AM »
They would lose so many customers if they discontinued LISP: Everyone using it would have to switch or lose massive amounts of productivity.

People are in denial about how much productivity improves with LISP.

I'm working on something... I'm dying to try out my new C#/.NET skills, but developing stuff in LISP is just so fast. The early-nineties style dialog boxes put a lot of people off but they get the job done.

I can easily argue that productivity is down compared to when LISP programming was at it's peak. And many productive LISP apps have disappeared. Anyone know where to find Al's Steel Mill lol?