> Is anyone working on a Lisp/REPL implementation that will take > advantage of the asynchronous IO and other features added in Vim 8? Hi Brett,
even without "new features" you can get close by eg using vim-addon-async. See its README.txt for alternative similar implementations. So I've been using ruby repl within a vim buffer for quite a while by piping from to stdin/out via a helper process calling back into vim via client-server feature. Marc Weber -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
