From: Dan Stanger
Subject: forms based package for lisp
Date: 
Message-ID: <3u4bek$n19@teal.csn.net>
is there a package that provides a forms package for lisp. preferably
public domain.  or a package that allows putting fields on a screen
based on curses perhaps?
thanks,
dan stanger
ยทยทยท@evolving.com
From: Michael McIlrath
Subject: Re: forms based package for lisp
Date: 
Message-ID: <3ue8ab$51@senator-bedfellow.MIT.EDU>
We use a package called "fabform" which may do what you want.
It is mostly implemented in C; we use it from KCL through a 
slightly extended foreign function interface.

You should be able to obtain it via ftp://mtl.mit.edu/pub/CIDM/fabform.tar.

mike