I have been using vim for editing code for some time, and now I want to use it effectively for programming in standard ML. In emacs, you can use the sml mode, which allows you to open the SML-intepreter (Moscow ML in my case) in the buffer and load the actual file.
Is it possible to start the Moscow ML interpreter and load the actual file from vim?
user842994
source share