Is that true, 2021 onwards lisp codes will not work for Autocad???

Is that true, 2021 onwards lisp codes will not work for Autocad???

Anonymous
Not applicable
4,904 Views
30 Replies
Message 1 of 31

Is that true, 2021 onwards lisp codes will not work for Autocad???

Anonymous
Not applicable

Dear All,

 

I have a question that, from 2021 onwards autolisp/ Visual lisp codes will not work for Autocad?

 

So far, I have collected 500 lisp scripts for automation.

 

I am worrying that, if 2021 onwards lisp not work, then what is the alternate solution to use all my 500 lisp scripts???

 

Thanks a lot in advance for experts.

0 Likes
4,905 Views
30 Replies
Replies (30)
Message 2 of 31

chriscowgill7373
Advisor
Advisor

LISP works perfectly fine in 2021.  There was an added support for UNICODE, but all of my current code works perfectly fine in 2021.  If you compile lisp, you could have a problem with backwards compatibility (unless you use LISPSYS set to 0 or 2)


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 3 of 31

Anonymous
Not applicable

What may disappear (if the guys at Autodesk don't change their mind) is the Visual LISP Development Environment, the one we have used for twenty years. They are planning to substitute it with Microsoft's Visual Studio Code editor.

This is the only option right now if LISPSYS is set to 1 or 2.

0 Likes
Message 4 of 31

Anonymous
Not applicable

Dear Sir,

 

SOFT VISUAL STUDIO CODE EDITOR will have all the debugging, what we have till now in visual lisp developing environment?

0 Likes
Message 5 of 31

cadffm
Consultant
Consultant

We all are not Autodesk,

Autodesk will not talk about these things before it is available.

 

But i guess:

You will see the vlide for a long time 

and VS will never have the same features.

 

 

Sebastian

Message 6 of 31

chriscowgill7373
Advisor
Advisor

I'm not fully understanding your question.  Visual Code has an extension that allows you to see color formatting, and perform debugging, similar to the VLIDE.  The only thing I have not yet found how to do is to find a closing () by using the control key and arrows.  Otherwise, to me it seems to be the same.  The advantage, I dont have to open VLIDE to compile my code, and I dont have to have AutoCAD open or even installed to write code.


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 7 of 31

Anonymous
Not applicable

Sir, Thanks a lot for replying.

 

So 2021, allows user to load FAS, LSP and all other lisp code formats through APPLOAD Command?

0 Likes
Message 8 of 31

pendean
Community Legend
Community Legend
AutoCAD2021 acts no differently than any other version with LISPs you've collected: install it for yourself and find out more.
Message 9 of 31

Anonymous
Not applicable

VS Code debugging is OK. It has things VLIDE does not have like the Source Control Management View (have to install GIT for it to work). Lacks great things VLIDE has, for example APROPOS.

0 Likes
Message 10 of 31

cadffm
Consultant
Consultant

Yes,

Just set LISPSYS to use vlide 

( and after you installed 2021, read about the obsolet, changed and new commands and variables, for part for developer also.

Sebastian

0 Likes
Message 11 of 31

cadffm
Consultant
Consultant

We thinking you come from 2015-2020, right?

Sebastian

0 Likes
Message 12 of 31

Sea-Haven
Mentor
Mentor

Check brackets written like 30 years ago if you want it can see quickly mismatched pairs, for me now Notepad++ much easier.

0 Likes
Message 13 of 31

Sea-Haven
Mentor
Mentor

Lisp will never die its just to much of Autocad there would be mass exit to other software, how many years now since Autodesk announced support would be ceased for VBA. 5-6 ? Open code just makes life so much easier.

 

For me don't use Vlide only when really stuck I use cut and paste test as I go. But Autocad since ver 1.4.

0 Likes
Message 14 of 31

pbejse
Mentor
Mentor

Change is the only constant thing in this world @Anonymous 

Like most things on Earth, you just have to adapt.  You are not alone in this 😄

 

0 Likes
Message 15 of 31

roland.r71
Collaborator
Collaborator

Same here. I never use the VLIDE, so won't miss it. Even gave them (the creators of Notepad++) my language file for (way more) syntax highlighting of LISP, which you could download from their UDL page. (but i currently don't see it there anymore). Did the same for Textpad.

0 Likes
Message 16 of 31

cadffm
Consultant
Consultant

It's not a shame, it is your time to debug and finding lisp functions,

it's your thing not to use the project feature.

(also add highlight for your own functions to the vlide too)

 

It's so comfortable not to need copy&paste or save&reload.

🙂

 

But: It could better.

I am missing the the feature to expand and collapse lines from one open-parantese to the close-parantese),

For example: Hide lines between (defun x ....and.... ) ;_end defun X

Sebastian

0 Likes
Message 17 of 31

lena.talkhina
Alumni
Alumni

Hello @Anonymous !

 

Great to see you here on LISP community forum!

 

Let me check internally what the status is.

I will provide more information as soon as receive it.

Находите сообщения полезными? Поставьте "НРАВИТСЯ" этим сообщениям! | Do you find the posts helpful? "LIKE" these posts!
На ваш вопрос успешно ответили? Нажмите кнопку "УТВЕРДИТЬ РЕШЕНИЕ" | Have your question been answered successfully? Click "ACCEPT SOLUTION" button.



Лена Талхина/Lena Talkhina
Менеджер Сообщества - Русский/Community Manager - Russian

0 Likes
Message 18 of 31

john.uhden
Mentor
Mentor

I'm pretty sure that I will just keep using TextPad.

John F. Uhden

0 Likes
Message 19 of 31

roland.r71
Collaborator
Collaborator

You should realy try notepad++. I have 'm both, but np++ just has the few extra's (like code collapsing & matching function/variable parenthesis highlighting) that makes it better. & its free 😊

0 Likes
Message 20 of 31

pbejse
Mentor
Mentor

@roland.r71 wrote:

You should realy try notepad++. I have 'm both, but np++ just has the few extra's (like code collapsing & matching function/variable parenthesis highlighting) that makes it better. & its free 😊


Or just get use to working with VS code. 😊

Best to get with the times I always say.

 

 

 

 

0 Likes