Skip to content

donaldsonjw/srfi64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRFI-64: A Scheme API for test suites

Description

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

Both the native and jvm backends are supported. It is dependent on SRFI 39, which needs to be installed before building.

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