[slim-vim] ECL Slime, first cut
Brad Beveridge
brad.beveridge at gmail.com
Sun May 7 14:45:38 CDT 2006
Incremental progress:
The latest drop has
- works under Vim+ECL
- can connect to Swank
- can eval forms in swank and get the result
- simple Gray stream class that outputs to a Vim buffer
How to use it
1) run vim, :source ecl-slime.vim
2) run SBCL and Swank in another console window (as you previously needed to)
3) <Space>3 - connects to Swank
4) <Space>1 - sends the current top-level Lisp form (the one the
cursor is on) to Swank
5) <Space>2 - reads back from Swank, with output going to the buffer
--slime-output--
Probably the next thing on the plate is to start properly parsing the
Swank protocol, trapping errors etc. Also the code needs a clean up
:)
I'll keep grinding away at it - hopefully something usable shouldn't
be too far away.
Brad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eclslime-7-may.tgz
Type: application/x-gzip
Size: 9492 bytes
Desc: not available
Url : http://www.lispniks.com/pipermail/slim-vim/attachments/20060507/4ac3a7a7/eclslime-7-may.tgz
More information about the slim-vim
mailing list