[gambit-list] gambit introspection

Alex Shinn alexshinn at gmail.com
Thu Feb 19 22:18:55 EST 2009


"Jose A. Ortega Ruiz" <jao at gnu.org> writes:

> - (namespace sensitive) TAB completion of symbols and procedure names
[...]
> - displaying the arglist and namespace of procedure at point

http://synthcode.com/emacs/scheme-complete.el provides
lexically-scoped tab completion using a limited type
inference, which significantly reduces the number of symbols
to complete.  It also can optionally show the arglist of the
procedure at point in the modeline.  It works with any R5RS
Scheme, but would need some work to support Gambit's
namespaces (and the code is a hideous mess).

-- 
Alex



More information about the Gambit-list mailing list