Io interactive mode in Emacs
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
I'm curious if anyone has a working setup to pass buffers or lines to an Io process. I'm currently using this major mode: https://github.com/superbobry/io-mode/blob/master/io-mode.el Which is supposed to implement a repl in comint mode but it doesn't seem to work. Thanks, Dean