Excerpts from Bram Moolenaar's message of Sat Jun 08 23:48:39 +0200 2013: > There are no options. Vim is written in C and I see no reason to > change. Your reply is not complete yet. My question was: How to use collections without repeating myself while coding.
Vim is about "not repating yourself", too. Eg that's why the '.' command exists. I just try to apply what Vim taught me when trying to write features for Vim. If C++ is no option, what about preprocessor macros for lists and the like? You're the guru, so I ask you which way you recommend, because everything I learned tells me "this is not optimal" and I want to avoid pitfalls as much as possible. I want to improve on each patch I provide. That's why I ask. In the end Talking about zimbu: I talked about "me wanting to improve any scripting support", so this would include zimbu. So I will install zimbu, soon. Then we should talk whether its feasable to add if_zimbu support (eg by compiling shared libraries, then loading them if its not possible to have an interpreter. I don't know zimbu well enough yet. Marc Weber -- -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
