-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Scheme Libraries
License
mnieper/scheme-lib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains a useful collection of Scheme libraries written in R7RS. Run Tests --------- Assuming you have Chibi Scheme installed, you can run the tests by issuing the command chibi-scheme tests.scm in the main directory. The test suite should work as well with any other R7RS-compliant implementation of the Scheme programming language although the exact command-line syntax may differ. Libraries --------- - (rapid and-let): A SRFI-2 implementation - (rapid boxes): A SRFI-111 compatible implementation of mutable cells - (rapid comparators): A rudiment of a SRFI-128 compatible implementation of comparators - (rapid format): A SRFI-2 compatible basic string formatting library - (rapid list): A rudiment of a SRFI-1 compatible implementation of list procedures - (rapid tables): Hash table-like data structures - (rapid maps): Simple immutable finite maps - (rapid generators): A rudiment of a SRFI-121 compatible implementation of generators - (rapid sets): A rudiment of a SRFI-113 compatible implementation of sets - (rapid test): A SRFI-64 compatible implementation of a Scheme testing framework based on the original implementation by Per Bothner - (rapid paths): Basic path manipulations
About
Basic Scheme Libraries
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published