[slimpl] Netbeans framework

Brad Beveridge brad.beveridge at gmail.com
Tue Feb 21 19:51:26 CST 2006


Hi all, although this isn't particularly relevant right now, I thought
the list needed a post :)
I've been working on a basic netbeans server (is it really a server?)
in Lisp.  Specifically, SCBL.  The code uses sb-bsd-sockets, which
comes with SBCL.  It shouldn't be hard to change to support multiple
Lisps.
The TGZ contains a vim file that makes a couple of simple mappings.

How I normally run it
1) I use Larry's ViLisp, open the netbeans.lisp file & use ASDF to
load the package (you'll need to symlink the asd file into the
appropriate place)
2) run (nb-listen)
3) from another terminal run gvim -c "run slime.vim" -nb
4) in gvim you MUST open a file (I always use an existing file, dunno
if that matters)
5) a new buffer will open, the "REPL" buffer, I split it with the file buffer
6) enter an expression, say (+ 1 2), leave Insert mode, place the
cursor on a brace and press "R"
7) The result will appear in the repl buffer

The repl buffer ought to scroll to show the result, but does't yet.

I'd like any feedback, and suggestions on where to go from now.

Cheers
Brad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: netbeans.tgz
Type: application/x-gzip
Size: 5741 bytes
Desc: not available
Url : http://www.lispniks.com/pipermail/slimpl/attachments/20060221/d3aa32d5/netbeans.tgz


More information about the slimpl mailing list