Hi Boris,

Am 03.05.2009 um 22:57 schrieb bOR_:

Slime would do fine. I could start a (simulation) of 10000 years, and
see the output that (simulation) generated every 100 years scroll by
in the mean time. Vimclojure seems to store all that output and spit
it out at the end.

Is this something I can change with a toggle?

Most likely: no. SLIME really has a server connection it writes to
and reads from. Vim on the other hand cannot do this. It just starts
the command, waits for it exiting and then reads the output from
a temporary file. There is no way, I know, to read incrementally
the output of a program.

So most likely there will be no way to run such long running commands.
The only workaround I can offer is to start a usual Repl in a shell.
From there start the nailgun server directly in its own thread. Now
you can connect as usual via Vim for development and can fire off long
running computations from the shell Repl.

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to