Hi, On Feb 25, 4:46 pm, Vitaly Peressada <vit...@ufairsoft.com> wrote:
> Installed vimclojure-2.1.2 on Windows XP SP3. Have dual-core machine > and 4GB of RAM. In VimRepl > (println "Hello World") takes about 10 seconds. Is this expected? No. Vim shells out to another process. This is the only real portable and stable way to talk to other process with Vim. This is slow. However on my MacBook (dual-core, 1G RAM) the delay is not noticeable. On my crappy Windows Laptop (single-core, 1.7Gh, 2G RAM) at work, the delay is noticeable but well below a second. The only exception is the first command, which (as a side effect) sets up the whole clojure machinery in the background. But subsequent commands should be much faster. > Any suggestions how to speed this up? No clue. You are the first to report such a problem. Sincerely Meikel PS: there is also the vimclojure google group for such support issues. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en