This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

ANN: Schelab or numerics for Scheme -- prototype


Juan Jose Garcia Ripoll writes:
 > Hi,-------
 > 
 >   Schelab is an OO library based on Christian Queinnec's Meroon-V3. It
 > is intended to become the kernel of a matrix algebra system and
 > includes
 > 
 > + A library for garbage collectable memory chunks.
 > + A library of classes for foreign data types from FORTRAN and C.
 > + A FFI for FORTRAN that needs no glue code.
 > + A set of overloadable mathematical operations.
 > + Interface to BLAS. (incomplete, but usable)
 > + Classes for complex and real matrices plus simple ops (+,-,*)
 > + A timing facility.

What is the main difference between Schelab and the Approach of Chris Lee?
 
Klaus Schilling