Vim 9.0 has just been released

After many years of incremental improvements, Vim is taking a big step with a major release. In addition to many small additions, a new version of the Vim script language is coming. the Vim9 script:

vim

Why a new script is needed ; Vim script grows over time while maintaining backwards compatibility. This means that all the bad scripts of the past are not changed because doing so may affect compatibility. This limited the possible ones βελτίωσης του Vi, με αποτέλεσμα η εκτέλεση του να είναι αρκετά αργή, αφού κάθε γραμμή έπρεπε να αναλυθεί κάθε φορά που έτρεχε η εφαρμογή.

The main goal of the Vim9 script is to drastically improve performance. This is achieved by compilation into a that can run efficiently. Thus an increase in execution speed from 10 to 100 times is expected. A secondary goal was to avoid Vim-specific commands and move closer to commonly used programming languages ​​such as JavaScript, TypeScript, and Java.

Performance improvements however can only be achieved if they are not 100% backwards compatible. For those who have some large collection of legacy: Don't worry! They will continue to operate as before. There are no plans to stop supporting legacy scripts. There will be no dramas like with the Python 2 deprecation.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.
Vim, script language, iguru

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).