Skip to content

donaldsonjw/srfi133

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRFI-133: Vector Library

Description

The srfi library is an implementation of SRFI 133 for Bigloo scheme. It is an adaption of the sample implentation to Bigloo Scheme.

Both the native and jvm backends are supported. The test suite is based on SRFI 64, which needs to be installed before running.

Building

Both the bigloo native and jvm backends are supported. To build, execute:

./configure --prefix=<installation path prefix>; make

where <installation path prefix> is the desired installation path prefix (e.g, /usr/local). You usually want the path prefix to match that used by Bigloo itself.

Installation

To install the library, execute:

make install

Tests

To run the tests execute:

make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published