Mikael Jansson wrote (a long time ago):
> > ===============
> > #. ECL (Embeddable Common Lisp) Interface
> > Author: Mikael Jansson et al
> > Status: Mostly complete, needs testing
> > Site: http://common-lisp.net/project/limp
> >
> > Implements many, but not all, of the VimScript functions. See
> > the project page for documentation.
> > ===============
>
> Good - that's published now at:
> http://groups.google.com/group/vim_dev/web/vim-patches
I finally took some time to look at this patch. It's not good enough to
include. A few remarks:
- ml_append_string() should not exist, use the existing functions.
- Use the Vim standard way for formatting code. No space between the
function name and the '('. Return type on a separate line. etc.
- Don't use // comments.
- Remove trailing spaces
- Put code only used for ECL in #ifdefs.
- etc.
--
Eight Megabytes And Continually Swapping.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.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