Package | Version | Updated | Description | Authors | Docs |
---|---|---|---|---|---|
(arvyy interface) | 1.0.0 | 2021-11-29 | Interface abstraction for a set of functions | Arvydas Silanskas | [html] |
(arvyy mustache) | 1.0.2 | 2021-11-13 | Mustache templating 1.2.1 implementation | Arvydas Silanskas | [html] |
(bcaine defstruct) | 0.0.1 | 2017-08-22 | A more convenient version of `define-record-type`, inspired by Chicken's `defstruct`, including SRFI-17 setters. | Brian Caine | |
(bcaine format) | 0.0.1 | 2017-08-21 | A `format`, `printf` and `sprintf` somewhat in the style of Chicken Scheme. | Brian Caine | |
(bcaine misc-util) | 1.0.1 | 2017-08-21 | A collection of miscellaneous utilities I'm used to having. (Mostly from Chicken Scheme.) | Brian Caine | |
(bcaine obj) | 0.0.7 | 2017-09-27 | An object system very similar to Chicken's COOPS. | Brian Caine | |
(bcaine sld-stub-expand) | 0.0.1 | 2017-08-22 | Expands library declarations (`define-unprocessed-library` instead of `define-library`), and generates export statements for all the identifiers in .stub files. | Brian Caine | |
(chibi app) | 0.9.0 | 2020-07-31 | Unified command-line option parsing and config management. | Alex Shinn | [html] |
(chibi assert) | 0.10.0 | 2021-05-10 | A nice assert macro. | Alex Shinn | [html] |
(chibi base64) | 0.9.0 | 2020-07-31 | RFC 3548 base64 encoding and decoding utilities. | Alex Shinn | [html] |
(chibi binary-record) | 0.9.0 | 2020-07-31 | Alex Shinn | [html] | |
(chibi bytevector) | 0.9.0 | 2020-07-31 | Additional bytevector utilities. | Alex Shinn | [html] |
(chibi char-set boundary) | 0.9.0 | 2020-07-31 | Char-sets used for TR29 word boundaries. | Alex Shinn | [html] |
(chibi char-set) | 0.9.0 | 2020-07-31 | A minimal character set library. | Alex Shinn | [html] |
(chibi config) | 0.9.0 | 2020-07-31 | This is a library for unified configuration management. | Alex Shinn | [html] |
(chibi crypto md5) | 0.9.0 | 2020-07-31 | Implementation of the MD5 (Message Digest) cryptographic hash. | Alex Shinn | [html] |
(chibi crypto rsa) | 0.9.0 | 2020-07-31 | RSA public key cryptography implementation. | Alex Shinn | [html] |
(chibi crypto sha2) | 0.9.0 | 2020-07-31 | Implementation of the SHA-2 (Secure Hash Algorithm) cryptographic hash. | Alex Shinn | [html] |
(chibi diff) | 0.9.1.3 | 2020-09-02 | Alex Shinn | [html] | |
(chibi edit-distance) | 0.9.0 | 2020-07-31 | Alex Shinn | [html] | |
(chibi filesystem) | 0.9.0 | 2020-07-31 | Interface to the filesystem and file descriptor objects. | Alex Shinn | [html] |
(chibi html-parser) | 0.5.7 | 2015-06-10 | A permissive HTML parser supporting scalable streaming with a tree folding interface. | Alex Shinn | [html] |
(chibi irregex) | 0.9.3 | 2015-06-10 | A portable and efficient R[4567]RS implementation of regular expressions, supporting both POSIX syntax with various (irregular) PCRE extensions, as well as SCSH's SRE syntax. | Alex Shinn | [html] |
(chibi iset) | 0.9.0 | 2020-07-31 | A space efficient integer set (iset) implementation, optimized for minimal space usage and fast membership lookup. | Alex Shinn | [html] |
(chibi locale) | 0.1 | 2021-12-23 | A lightweight library for representing locale information and serializing to and from strings. | Alex Shinn | [html] |
(chibi match) | 0.9.1 | 2020-08-21 | A portable hygienic pattern matcher. | Alex Shinn | [html] |
(chibi math linalg) | 0.3 | 2024-06-01 | Alex Shinn | ||
(chibi math prime) | 0.10.0 | 2021-05-10 | Prime and number theoretic utilities. | Alex Shinn | [html] |
(chibi math stats) | 0.1 | 2020-09-01 | Statistics is the branch of mathematics dealing with the collection and analysis of data. | Alex Shinn | [html] |
(chibi mecab) | 0.1 | 2021-05-13 | A wrapper around MeCab, a part-of-speech and morphological analyzer for Japanese. | Alex Shinn | [html] |
(chibi mime) | 0.9.0 | 2020-07-31 | A library to parse MIME headers and bodies into SXML. | Alex Shinn | [html] |
(chibi monad environment) | 0.9.0 | 2020-07-31 | A Scheme take on the environment (reader) monad, focusing more on being efficient and convenient than pure. | Alex Shinn | [html] |
(chibi net dns) | 0.2 | 2020-06-23 | Domain Name Service library, with high-level utilities for address, mx and text record lookups. | Alex Shinn | [html] |
(chibi net smtp) | 0.1 | 2015-06-12 | Easy mail interface. | Alex Shinn | [html] |
(chibi optional) | 0.9.1.3 | 2020-09-02 | Syntax to support optional and named keyword arguments. | Alex Shinn | [html] |
(chibi parse) | 0.9.0 | 2020-07-31 | A parser combinator library with optional memoization and convenient syntax. | Alex Shinn | [html] |
(chibi pathname) | 0.9.0 | 2020-07-31 | A general, non-filesystem-specific pathname library. | Alex Shinn | [html] |
(chibi quoted-printable) | 0.9.0 | 2020-07-31 | RFC 2045 quoted printable encoding and decoding utilities. | Alex Shinn | [html] |
(chibi regexp) | 0.9.0 | 2020-07-31 | A regular expression engine implementing SRFI 115 using a non-backtracking Thompson NFA algorithm. | Alex Shinn | [html] |
(chibi scribble) | 0.9.0 | 2020-07-31 | A library used for parsing "scribble" format, introduced by Racket and the format used to write this manual. | Alex Shinn | [html] |
(chibi show) | 0.7.3.1 | 2015-06-18 | A library of procedures for formatting Scheme objects to text in various ways, and for easily concatenating, composing and extending these formatters. | Alex Shinn | [html] |
(chibi snow commands) | 0.0.0 | 2020-08-29 | pclouds | ||
(chibi sqlite3) | 0.7 | 2018-10-18 | Alex Shinn | ||
(chibi ssl) | 0.1 | 2018-01-07 | Basic bindings for establishing SSL connections. | Alex Shinn | [html] |
(chibi string) | 0.9.0 | 2020-07-31 | A cursor-oriented string library. | Alex Shinn | [html] |
(chibi sxml) | 0.9.0 | 2020-07-31 | Utilities to convert sxml to xml or plain text. | Alex Shinn | [html] |
(chibi tar) | 0.9.0 | 2020-07-31 | Alex Shinn | [html] | |
(chibi temp-file) | 0.9.0 | 2020-07-31 | Alex Shinn | [html] | |
(chibi term ansi) | 0.9.0 | 2020-07-31 | A library to use ANSI escape codes to format text and background color, font weigh, and underlining. | Alex Shinn | [html] |
(chibi term edit-line) | 0.9.0 | 2020-07-31 | Alex Shinn | [html] | |
(chibi test) | 0.9.0 | 2020-07-31 | Simple but extensible testing framework with advanced reporting. | Alex Shinn | [html] |
(chibi uri) | 0.9.0 | 2020-07-31 | Library for parsing and constructing URI objects. | Alex Shinn | [html] |
(chibi voting) | 0.1 | 2022-08-09 | Preferential voting utilities to help come to reasonable decisions when there are more than 2 options. | Alex Shinn | [html] |
(chibi xgboost) | 0.1 | 2020-01-03 | Alex Shinn | [html] | |
(chibi xlib) | 0.1 | 2015-06-10 | Minimal xlib bindings. | Alex Shinn | [html] |
(chrisoei cint) | 0.1.0 | 2018-04-24 | Compute cint coefficients | Chris Oei | |
(chrisoei test) | 0.0.1 | 2018-04-24 | Additional testing utilities | Chris Oei | |
(comparators) | 1.0.0 | 2016-08-09 | SRFI 128: Comparators (reduced) reference implementation | John Cowan (Kevin Wortman) | [html] |
(cyclone iset base) | 1.0 | 2017-12-23 | Alex Shinn | ||
(cyclone iset constructors) | 1.0 | 2017-12-23 | Alex Shinn | ||
(cyclone iset iterators) | 1.0 | 2017-12-23 | Alex Shinn | ||
(cyclone iset optimize) | 1.0 | 2017-12-23 | Alex Shinn | ||
(cyclone iset) | 1.0 | 2017-12-23 | Alex Shinn | ||
(edn) | 0.2.0 | 2020-05-22 | EDN is a data format from the Clojure ecosystem. | Edwin Watkeys | [html] |
(fisherro pipe) | 1.0.0 | 2019-09-01 | Pipelining syntax | Robert Fisher | [html] |
(generators) | 1.0.2 | 2016-08-26 | SRFI 121: Generators reference implementation | Shiro Kawai John Cowan Thomas Gilray (Kevin Wortman) | [html] |
(in-progress hash bimaps) | 0.0.3 | 2015-06-17 | Bimaps (HashTablesCowan). | William D Cinger | [html] |
(in-progress hash tables) | 0.0.3 | 2015-06-17 | Hash tables (HashTablesCowan). | William D Cinger | [html] |
(independentresearch xattr) | 0.2 | 2021-04-10 | lockywolf@gmail.com | [html] | |
(jkode sassy) | 0.2.1 | 2017-07-02 | A portable assembler for x86 processors | Jonathan Kraut (Alex Shinn) | [html] |
(lassik dockerfile) | 0.1 | 2021-09-05 | Scheme DSL to build Dockerfiles | Lassi Kortela | |
(lassik shell-quote) | 0.1 | 2021-09-05 | Little Scheme DSL to build shell command lines | Lassi Kortela | |
(lassik string-inflection) | 0.1.1 | 2021-09-05 | lisp-case under_score CapsUpper capsLower | Lassi Kortela | |
(lassik trivial-tar-writer) | 0.1 | 2021-09-05 | Simplest way to output uncompressed .tar file | Lassi Kortela | |
(lassik unpack-assoc) | 0.1 | 2021-09-05 | Alist/hash-table destructuring case macros | Lassi Kortela | |
(lightweight-testing) | 0.1 | 2021-01-07 | SRFI-78 implemented as a wrapper around (chibi test) | Flynn Liu | |
(macduffie json) | 0.9.5 | 2015-08-03 | JSON reader and writer | Marc Feeley (Jason K MacDuffie) | [html] |
(nytpu contracts) | 0.1.1 | 2022-02-10 | Design by Contracts for R7RS | nytpu | [html] |
(nytpu getopt) | 1.2.0 | 2022-02-07 | POSIX getopt(3), in compliance with POSIX 2008 | nytpu | [html] |
(okmij ssax) | 5.4 | 2017-06-29 | Functional XML parsing framework | Oleg Kiselyov (Alex Shinn) | [html] |
(pfds alist) | 1.0.0 | 2017-04-23 | Convenience functions for working with association lists | Ian Price (Peter Lane) | [html] |
(pfds bitwise) | 1.0.0 | 2017-04-23 | Bitwise arithmetic utilities | Ian Price (Peter Lane) | [html] |
(pfds bounded-balance-tree) | 1.0.0 | 2017-04-23 | Bounded balance tree | Ian Price (Peter Lane) | [html] |
(pfds deque) | 1.0.0 | 2017-04-23 | Purely functional deques | Ian Price (Peter Lane) | [html] |
(pfds difference-list) | 1.0.0 | 2017-04-23 | Difference lists | Ian Price (Peter Lane) | [html] |
(pfds fector) | 1.0.0 | 2017-04-23 | Functional vectors | Ian Price (Peter Lane) | [html] |
(pfds fingertree) | 1.0.0 | 2017-04-23 | Fingertree: A simple general-purpose data structure | Ian Price (Peter Lane) | [html] |
(pfds hash-array-mapped-trie) | 1.0.0 | 2017-04-23 | Hash array mapped tries | Ian Price (Peter Lane) | [html] |
(pfds heap) | 1.0.0 | 2017-04-23 | Heap data structure | Ian Price (Peter Lane) | [html] |
(pfds lazy-list) | 1.0.0 | 2017-04-23 | Odd lazy lists | Ian Price (Peter Lane) | [html] |
(pfds list-helpers) | 1.0.0 | 2017-04-23 | List utility functions | Ian Price (Peter Lane) | [html] |
(pfds priority-search-queue) | 1.0.0 | 2017-04-23 | Priority search queues | Ian Price (Peter Lane) | [html] |
(pfds queue) | 1.0.0 | 2017-04-23 | Purely functional queues | Ian Price (Peter Lane) | [html] |
(pfds sequence) | 1.0.0 | 2017-04-23 | Purely functional sequences | Ian Price (Peter Lane) | [html] |
(pfds set) | 1.0.0 | 2017-04-23 | Purely functional sets | Ian Price (Peter Lane) | [html] |
(pfds vector) | 1.0.0 | 2017-04-23 | Some utility functions for working with vectors | Ian Price (Peter Lane) | [html] |
(postgresql) | 17.09.26 | 2023-05-16 | R7RS portable PostgreSQL binding | Takashi Kato | [html] |
(r6rs arithmetic fixnums) | 0.0.1 | 2015-06-15 | Port of (rnrs arithmetic fixnums) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs base) | 0.0.1 | 2015-06-09 | Port of (rnrs base) to R7RS. | William D Cinger | [html] |
(r6rs bytevectors) | 0.0.1 | 2015-06-09 | Port of (rnrs bytevectors) to R7RS. | William D Cinger | [html] |
(r6rs control) | 0.0.1 | 2015-06-09 | Port of (rnrs control) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs enums) | 0.0.1 | 2015-06-09 | Port of (rnrs enums) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs eval) | 0.0.1 | 2015-06-09 | Port of (rnrs eval) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs exceptions) | 0.0.1 | 2015-06-09 | Port of (rnrs exceptions) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs files) | 0.0.1 | 2015-06-09 | Port of (rnrs files) to R7RS. | William D Cinger | [html] |
(r6rs hashtables) | 0.0.1 | 2015-06-09 | Port of (rnrs hashtables) to R7RS. | William D Cinger | [html] |
(r6rs io simple) | 0.0.1 | 2015-06-09 | Port of (rnrs io simple) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs lists) | 0.0.1 | 2015-06-09 | Port of (rnrs lists) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs mutable-pairs) | 0.0.1 | 2015-06-09 | Port of (rnrs mutable-pairs) to R7RS. | William D Cinger | [html] |
(r6rs mutable-strings) | 0.0.1 | 2015-06-09 | Port of (rnrs mutable-strings) to R7RS. | William D Cinger | [html] |
(r6rs programs) | 0.0.1 | 2015-06-09 | Port of (rnrs programs) to R7RS. | William D Cinger | [html] |
(r6rs r5rs) | 0.0.1 | 2015-06-09 | Port of (rnrs r5rs) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs sorting) | 0.0.1 | 2015-06-09 | Port of (rnrs sorting) to R7RS. | Taylan Ulrich Bayırlı/Kammer (William D Cinger) | [html] |
(r6rs unicode) | 0.0.1 | 2015-06-09 | Port of (rnrs unicode) to R7RS. | William D Cinger | [html] |
(r6rs unicode-reference unicode0) | 0.0.1 | 2015-06-15 | Helper library for (rnrs unicode). | William D Cinger | [html] |
(r6rs unicode-reference unicode1) | 0.0.1 | 2015-06-15 | Helper library for (rnrs unicode). | William D Cinger | [html] |
(r6rs unicode-reference unicode2) | 0.0.1 | 2015-06-15 | Helper library for (rnrs unicode). | William D Cinger | [html] |
(r6rs unicode-reference unicode3) | 0.0.1 | 2015-06-15 | Helper library for (rnrs unicode). | William D Cinger | [html] |
(r6rs unicode-reference unicode4) | 0.0.1 | 2015-06-15 | Helper library for (rnrs unicode). | William D Cinger | [html] |
(rapid analyze-library) | 0.1.0 | 2017-02-07 | Analyze R7RS library definitions. | Marc Nieper-Wißkirchen | [html] |
(rapid and-let) | 0.1.0 | 2017-01-09 | And with local bindings compatible with SRFI 2. | Marc Nieper-Wißkirchen | [html] |
(rapid args-fold) | 0.1.0 | 2017-03-13 | A program argument processor compatible with SRFI 37. | Marc Nieper-Wißkirchen | [html] |
(rapid assume) | 0.1.0 | 2017-01-14 | Assumptions compatible with SRFI 145. | Marc Nieper-Wißkirchen | [html] |
(rapid box) | 0.1.1 | 2017-01-06 | Boxes compatible with SRFI 111. | Marc Nieper-Wißkirchen | [html] |
(rapid comparator) | 0.1.1 | 2017-01-28 | Comparators compatible with SRFI 128. | Marc Nieper-Wißkirchen | [html] |
(rapid eliminate-mutable-variables) | 0.1.0 | 2017-02-17 | Eliminate mutable variables. | Marc Nieper-Wißkirchen | [html] |
(rapid fix-letrec) | 0.1.0 | 2017-02-16 | Fixing letrec. | Marc Nieper-Wißkirchen | [html] |
(rapid format) | 0.1.0 | 2017-01-18 | Basic format strings compatible with SRFI 28. | Marc Nieper-Wißkirchen | [html] |
(rapid generator) | 0.1.0 | 2017-01-17 | Generators compatible with SRFI 121. | Marc Nieper-Wißkirchen | [html] |
(rapid graph) | 0.1.0 | 2017-02-15 | Graph algorithms. | Marc Nieper-Wißkirchen | [html] |
(rapid identity) | 0.1.0 | 2017-01-17 | Unique identities. | Marc Nieper-Wißkirchen | [html] |
(rapid library-definition) | 0.1.2 | 2017-02-07 | R7RS library definitions. | Marc Nieper-Wißkirchen | [html] |
(rapid list) | 0.1.0 | 2017-01-17 | List library compatible with SRFI 1. | Marc Nieper-Wißkirchen | [html] |
(rapid mapping) | 0.1.1 | 2017-01-20 | Mappings compatible with SRFI 146. | Marc Nieper-Wißkirchen | [html] |
(rapid match) | 0.1.5 | 2017-03-17 | A pattern matcher. | Marc Nieper-Wißkirchen | [html] |
(rapid quasiquote) | 0.1.1 | 2017-01-14 | Extended quasiquotation with ellipses. | Marc Nieper-Wißkirchen | [html] |
(rapid rbtree) | 0.1.0 | 2017-01-17 | Red-Black Trees. | Marc Nieper-Wißkirchen | [html] |
(rapid read) | 0.1.3 | 2017-03-21 | Scheme reader with source-location information. | Marc Nieper-Wißkirchen | [html] |
(rapid receive) | 0.1.0 | 2017-01-17 | Binding to multiple values compatible with SRFI 8. | Marc Nieper-Wißkirchen | [html] |
(rapid set) | 0.1.0 | 2017-01-21 | Sets and bags compatible with SRFI 113. | Marc Nieper-Wißkirchen | [html] |
(rapid syntax) | 0.1.2 | 2017-01-24 | Syntax objects encapsulating Scheme datums together with source-location information. | Marc Nieper-Wißkirchen | [html] |
(rapid test) | 0.1.3 | 2017-01-10 | A Scheme API for test suites compatible to SRFI 64. | Marc Nieper-Wißkirchen | [html] |
(rapid vector) | 0.1.0 | 2017-03-18 | Vector library compatible with SRFI 133. | Marc Nieper-Wißkirchen | [html] |
(rapid vicinity) | 0.1.0 | 2017-01-20 | Vicinity compatible with SRFI 59. | Marc Nieper-Wißkirchen | [html] |
(rebottled cl-pdf) | 1.0.0 | 2017-05-10 | Low level functions for generating PDF files | Marc Battanyi and Bruce Butterfield (Peter Lane) | [html] |
(rebottled pregexp) | 20050502 | 2017-04-22 | Dorai Sitaram's portable regular expressions | Dorai Sitaram (Peter Lane) | [html] |
(rebottled pstk) | 1.7.0 | 2017-05-28 | Portable Scheme Interface to the Tk GUI Toolkit | Wolf-Dieter Busch and Nils Holm and Kenneth Dickey (Peter Lane) | [html] |
(rebottled schelog) | 20150602 | 2017-05-02 | Dorai Sitaram's Schelog: logic programming in Scheme | Dorai Sitaram (Peter Lane) | [html] |
(retropikzel scgi) | 0.2.2 | 2022-08-02 | Portable Simple Common Gateway Interface implementation | Retropikzel | [html] |
(robin abbrev) | 1.0.0 | 2017-04-22 | Create unique abbreviations for a list of strings | Peter Lane | [html] |
(robin directory) | 1.0.0 | 2017-05-10 | Some useful directory functions | Peter Lane | [html] |
(robin disjoint-set) | 1.0.0 | 2017-04-22 | A disjoint-set data structure | Peter Lane | [html] |
(robin logger) | 1.0.0 | 2017-04-22 | A simple logging library for outputting messages while a program is running | Peter Lane | [html] |
(robin statistics) | 1.0.0 | 2017-04-22 | A library of functions to compute statistical or other information about sets of data | Peter Lane | [html] |
(robin text) | 1.0.0 | 2017-04-22 | A collection of functions for working with strings or text documents, including similarity measures, a stemmer and layout | Peter Lane | [html] |
(slib alist) | SLIB-3b5-r7rs | 2017-04-23 | Some functions for working with association lists | Aubrey Jaffer (Peter Lane) | [html] |
(slib array-for-each) | SLIB-3b5-r7rs | 2017-04-30 | Applicative routines for arrays/matrices | Aubrey Jaffer (Peter Lane) | [html] |
(slib array-interpolate) | SLIB-3b5-r7rs | 2017-05-01 | Interpolated array access | Aubrey Jaffer (Peter Lane) | [html] |
(slib byte) | SLIB-3b5-r7rs | 2017-04-29 | Arrays of small integers, not necessarily chars | Aubrey Jaffer (Peter Lane) | [html] |
(slib byte-number) | SLIB-3b5-r7rs | 2017-04-29 | Byte integer and IEEE floating-point conversions | Aubrey Jaffer (Peter Lane) | [html] |
(slib chapter-order) | SLIB-3b5-r7rs | 2017-04-30 | Chapter ordering | Aubrey Jaffer (Peter Lane) | [html] |
(slib charplot) | SLIB-3b5-r7rs | 2017-05-27 | Plotting histograms/graphs in characters | Aubrey Jaffer (Peter Lane) | [html] |
(slib coerce) | SLIB-3b5-r7rs | 2017-05-10 | Implementation of COMMON-LISP COERCE and TYPE-OF | Aubrey Jaffer (Peter Lane) | [html] |
(slib color) | SLIB-3b5-r7rs | 2017-04-29 | Color data type | Aubrey Jaffer (Peter Lane) | [html] |
(slib color-space) | SLIB-3b5-r7rs | 2017-04-29 | Color-space conversions | Aubrey Jaffer (Peter Lane) | [html] |
(slib common) | SLIB-3b5-r7rs | 2017-04-22 | SLIB core functions | Aubrey Jaffer (Peter Lane) | [html] |
(slib common-lisp-time) | SLIB-3b5-r7rs | 2017-04-29 | Common-Lisp time conversion routines | Aubrey Jaffer (Peter Lane) | [html] |
(slib common-list-functions) | SLIB-3b5-r7rs | 2017-04-30 | Some common list functions | Aubrey Jaffer (Peter Lane) | [html] |
(slib daylight) | SLIB-3b5-r7rs | 2017-05-27 | Model of sun and sky colors | Aubrey Jaffer (Peter Lane) | [html] |
(slib determinant) | SLIB-3b5-r7rs | 2017-04-30 | Matrix Algebra | Aubrey Jaffer (Peter Lane) | [html] |
(slib directory) | SLIB-3b5-r7rs | 2017-05-10 | Directories | Aubrey Jaffer (Peter Lane) | [html] |
(slib dynamic) | SLIB-3b5-r7rs | 2017-04-30 | Dynamic data type | Andrew Wilcox (Peter Lane) | [html] |
(slib factor) | SLIB-3b5-r7rs | 2017-04-25 | Factorization, prime test and generation | Aubrey Jaffer (Peter Lane) | [html] |
(slib filename) | SLIB-3b5-r7rs | 2017-04-30 | String matching for filenames (glob, a la BASH) | Radey Shouman (Peter Lane) | [html] |
(slib format) | SLIB-3b5-r7rs | 2017-04-22 | Common LISP text output formatter | Dirk Lutzebaeck Ken Dickey Aubrey Jaffer (Peter Lane) | [html] |
(slib fourier-transform) | SLIB-3b5-r7rs | 2017-05-04 | Discrete Fourier Transform | Aubrey Jaffer (Peter Lane) | [html] |
(slib generic-write) | SLIB-3b5-r7rs | 2017-04-22 | Generic write | Marc Feeley (Peter Lane) | [html] |
(slib line-io) | SLIB-3b5-r7rs | 2017-05-27 | Line oriented input/output functions | Aubrey Jaffer (Peter Lane) | [html] |
(slib math-integer) | SLIB-3b5-r7rs-1 | 2017-04-29 | Mathematical functions restricted to exact integers | Aubrey Jaffer (Peter Lane) | [html] |
(slib math-real) | SLIB-3b5-r7rs-1 | 2017-04-29 | Mathematical functions restricted to real numbers | Aubrey Jaffer (Peter Lane) | [html] |
(slib minimize) | SLIB-3b5-r7rs | 2017-05-04 | Finds minimum value of a function | Lars Arvestad (Peter Lane) | [html] |
(slib modular) | SLIB-3b5-r7rs | 2017-04-25 | Modular fixnum arithmetic | Aubrey Jaffer (Peter Lane) | [html] |
(slib nbs-iscc) | SLIB-3b5-r7rs | 2017-04-29 | NBS/ISCC Color System | Aubrey Jaffer (Peter Lane) | [html] |
(slib posix-time) | SLIB-3b5-r7rs | 2017-04-29 | POSIX time conversion routines | Aubrey Jaffer (Peter Lane) | [html] |
(slib pprint-file) | SLIB-3b5-r7rs | 2017-04-30 | Pretty print a Scheme file | Aubrey Jaffer (Peter Lane) | [html] |
(slib pretty-print) | SLIB-3b5-r7rs | 2017-04-22 | Pretty printing | Aubrey Jaffer (Peter Lane) | [html] |
(slib printf) | SLIB-3b5-r7rs | 2017-04-25 | Implementation of standard C functions | Aubrey Jaffer and Radey Shouman (Peter Lane) | [html] |
(slib queue) | SLIB-3b5-r7rs | 2017-04-28 | Queue/Stack data structure | Andrew Wilcox (Peter Lane) | [html] |
(slib random-inexact) | SLIB-3b5-r7rs | 2017-04-30 | Pseudo-Random inexact real numbers | Aubrey Jaffer (Peter Lane) | [html] |
(slib rationalize) | SLIB-3b5-r7rs | 2017-04-29 | Find simplest number ratios | Aubrey Jaffer (Peter Lane) | [html] |
(slib resene) | SLIB-3b5-r7rs | 2017-04-29 | Resene Color System | Aubrey Jaffer (Peter Lane) | [html] |
(slib rev2-procedures) | SLIB-3b5-r7rs | 2017-04-23 | Implementation of some R2RS procedures eliminated in subsequence versions | Aubrey Jaffer (Peter Lane) | [html] |
(slib saturate) | SLIB-3b5-r7rs | 2017-04-29 | Saturated Color Dictionary | Aubrey Jaffer (Peter Lane) | [html] |
(slib scanf) | SLIB-3b5-r7rs | 2017-04-25 | Implementation of POSIX-style formatted input | Aubrey Jaffer (Peter Lane) | [html] |
(slib soundex) | SLIB-3b5-r7rs | 2017-04-22 | Original Soundex algorithm | jjb and L.J.Buitinck (Peter Lane) | [html] |
(slib string-case) | SLIB-3b5-r7rs | 2017-04-22 | String casing functions | Dirk Lutzebaeck Ken Dickey and Aubrey Jaffer (Peter Lane) | [html] |
(slib string-port) | SLIB-3b5-r7rs | 2017-04-22 | Portable string ports | Dorai Sitaram and Aubrey Jaffer (Peter Lane) | [html] |
(slib string-search) | SLIB-3b5-r7rs | 2017-04-23 | Functions for working with and searching within strings | Oleg Kiselyov Aubrey Jaffer and Steve VanDevender (Peter Lane) | [html] |
(slib subarray) | SLIB-3b5-r7rs | 2017-05-01 | Accessing parts of arrays | Aubrey Jaffer and Radey Shouman (Peter Lane) | [html] |
(slib time-core) | SLIB-3b5-r7rs | 2017-04-29 | Core time conversion routines | Aubrey Jaffer (Peter Lane) | [html] |
(slib time-zone) | SLIB-3b5-r7rs | 2017-04-29 | Compute timezones and DST from TZ environment variable | Aubrey Jaffer (Peter Lane) | [html] |
(slib topological-sort) | SLIB-3b5-r7rs | 2017-04-25 | Topological sort | Mikael Djurfeldt (Peter Lane) | [html] |
(slib tree) | SLIB-3b5-r7rs | 2017-04-30 | Implementation of COMMON LISP tree functions | Aubrey Jaffer (Peter Lane) | [html] |
(slib tzfile) | SLIB-3b5-r7rs | 2017-04-29 | Read sysV style (binary) timezone file | Aubrey Jaffer (Peter Lane) | [html] |
(slib uri) | SLIB-3b5-r7rs | 2017-05-10 | Construct and decode Uniform Resource Identifiers | Aubrey Jaffer (Peter Lane) | [html] |
(slib wt-tree) | SLIB-3b5-r7rs-1 | 2017-05-01 | Weight balanced trees | Stephen Adams (Peter Lane) | [html] |
(slib xml-parse) | SLIB-3b5-r7rs | 2017-04-23 | XML parsing and conversion to SXML | Aubrey Jaffer (Peter Lane) | [html] |
(srfi 156) | 1.0.0 | 2019-08-24 | Reference implementation of SRFI-156: Syntactic combiners for binary predicates | Panicz Maciej Godek (Robert Fisher) | [html] |
(srfi 166) | 0.8.0 | 2020-07-21 | Alex Shinn | [html] | |
(srfi 175) | 1.1 | 2020-07-09 | SRFI 175: ASCII character library | Lassi Kortela | |
(srfi 179) | 0.10.0 | 2021-05-10 | Alex Shinn | [html] | |
(srfi 19) | 1.0.1 | 2017-07-12 | Implementation of SRFI 19 'Time Data Types and Procedures' | Will Fitzgerald (Geoff Taylor) | [html] |
(srfi 197) | 1.3 | 2023-07-03 | SRFI 197: Pipeline Operators | Adam Nelson (Jantony Velazquez Gauthier) | [html] |
(srfi 235) | 1.0 | 2023-07-04 | SRFI 235: Combinators | John Cowan and Arvydas Silanskas (Jantony Velazquez Gauthier) | [html] |
(srfi 28) | 0.9 | 2021-08-03 | SRFI 28: Basic Format Strings | Scott G. Miller (Lassi Kortela) | |
(srfi 42) | 0.1 | 2019-10-26 | lockywolf@gmail.com | [html] | |
(srfi 60) | 1.0.0 | 2017-04-22 | Bit access and operations | Aubrey Jaffer (Peter Lane) | [html] |
(srfi 63) | 1.0.0 | 2017-04-29 | Homogeneous and Heterogeneous Arrays | Aubrey Jaffer (Peter Lane) | [html] |
(srfi 64) | 0.1.0 | 2019-09-24 | Reference implementation of SRFI-54: A Scheme API for test suites | Per Bothner Alex Shinn Álvaro Castro-Castilla Mark H Weaver Donovan Kolby (Robert Fisher) | [html] |
(srfi 78) | 0.1 | 2019-10-26 | lockywolf@gmail.com | ||
(thunknyc expand-braces) | 0.1.1 | 2018-11-28 | Expand UNIX-shell style brace expressions. | Edwin Watkeys | [html] |
(thunknyc json) | 0.1.3 | 2018-11-28 | Simple JSON parsing library. | Edwin Watkeys | [html] |
(yasos) | 1.0.1 | 2017-08-18 | simple objects | Kenneth A. Dickey (Jason K MacDuffie) | [html] |