Paul Jolly wrote:
> A couple of stupid questions:
>
> * if Vim9 script remains experimental, presumably I have to explicitly
> enable it within a script it somehow/somewhere? Or is this the
> vim9script reference above?
The Vim9 script syntax is only used for functions defined with ":def"
and for scripts that start with "vim9script".
> * you allude to this point above, but will the speed improvements be
> limited to Vim9 script?
Most speed improvements are in functions defined with ":def". They are
compiled into instructions which execute very fast.
> * I'm assuming that channel support will remain the same? Is there any
> speed improvements we can investigate here?
Nothing changes for channel support. Except that when you use a ":def"
function to build a request or unpack a response that should be a lot
faster.
--
At some point in the project somebody will start whining about the need to
determine the project "requirements". This involves interviewing people who
don't know what they want but, curiously, know exactly when they need it.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202001251818.00PIIcFW028190%40masaka.moolenaar.net.