There is a Trac page for development information and for reporting bugs. There is a mailing list for all aspects of this project.
Most of the interface is complete, with a few chapters missing and some functionality missing. See the documentation for details, particularly known failures. It is possible that the library API will change but probably not substantially; most of the remaining work is to fix bugs.
Wishlist features include:
- Native vectors like
sb-sys:vector-sap
in SBCL.
Contributions
Contributions to the development of GSLL are welcome; see the Trac page . This make take the form of bug reports and fixes, suggestions for new interface design, or of porting the remaining unported functions. The supplied macrosdefmfun
and defmpar
define virtually all of the interface functions and variables
respectively, which simplifies the process of porting.
The arguments and defaults provide a convenient way of defining new
functions and variables.