[comp.lang.scheme] Scheme libraries

tmb@wheaties.ai.mit.edu (Thomas M. Breuel) (08/23/90)

Does anyone have or know of collections of standard library functions
for Scheme? 

I'm thinking of 

* common functions like COPY-LIST, MEMBER-IF, ZIP, MAKE-2D-ARRAY, 
  matrix functions, etc.?

* portable implementations of DEFINE-STRUCTURE and DEFINE-OBJECT?

* numerical methods

* more complex data structures like AVL trees, sets, polygons, etc.

I'll make any useful code and pointers to archives that people send me
available via anonymous FTP from WHEATIES.AI.MIT.EDU in the directory
~ftp/pub/scheme-libraries. If you have some nice useful hack to share,
documented or not, send it and I'll make it available.

					Thanks, Thomas.