Saturday, December 14, 2024

Re: An std-lib for Vim9script

Igbanam Ogbuluijah said on Thu, 12 Dec 2024 09:04:14 +0000

>Hi everyone,
>
>What do we think about getting a standard library (std-lib) of sorts
>for vim9script?

In every language, I'm a big fan of *well curated, language community
supported* standard libraries. If it's well thought out, easy to use,
easy to document, and mostly bug free, I like the idea.

>Would Vim9script be looking to expand these into a formal std-lib?
>Also, if I wanted to contribute a library to Vim9script, where in the
>codebase should I be looking into?

It's *very* important that any standard library be well curated. This
means not everything goes in the standard library, just stuff that
works, works well, makes programming easier, and is relatively bug
free. Therefore I think the standard library should most likely be a
subset of the library additions.

In summary, if you make it easier for me to learn and use Vim9script,
I'm a huge fan. I might even rewrite VimOutliner in Vim9script, because
truth be told, the old Vimscript was, in my opinion, horrible.

SteveT

Steve Litt

http://444domains.com

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/20241214171945.7559e481%40mydesk.domain.cxm.

No comments:

Post a Comment