https://github.com/slackorama/io-emacs.git
git clone 'git://github.com/slackorama/io-emacs.git'
$ cd ~/.emacs.d/lisp
$ git clone git://github.com/slackorama/io-emacs.git
In your emacs config:
(add-to-list 'load-path "~/.emacs.d/lisp/io-emacs")
(require 'io-mode-inf)
io-run-io - Start up Io interpreter in an Emacs buffer. With a prefix
argument, it will prompt you for the path to your Io interpreter.
io-eval-region - Send current region to Io interpreter.
io-eval-buffer - Send whole buffer to Io interpreter.
io-load-file - Evaluate the contents of the file in the context of the
Lobby. See doFile for more information.
io-switch-to-interpreter - Switch to the Io interpreter buffer.
Set io-interpreter
to the path of your Io interpreter if it isn't on your
path.
git clone git://github.com/slackorama/io-emacs.git
I borrowed large parts of this from the Scala mode for Emacs.