This package browser is in early development. Mind the rough edges.

guile-srfi-125

SRFI 125: Intermediate hash tables

Procedures in this SRFI are drawn primarily from SRFI 69 and R6RS. In addition, the following sources are acknowledged:

  • hash-table-mutable? procedure and the second argument of hash-table-copy (which allows the creation of immutable hash tables) are from R6RS, renamed in the style of this SRFI.

  • hash-table-intern! procedure is from Racket, renamed in the style of this SRFI.

  • hash-table-find procedure is a modified version of table-search in Gambit.

  • procedures hash-table-unfold and hash-table-count were suggested by SRFI 1.

  • procedures hash-table=? and hash-table-map were suggested by Haskell's Data.Map.Strict module.

  • procedure hash-table-map->list is from Guile.

The procedures hash-table-empty?, hash-table-empty-copy, hash-table-pop!, hash-table-map!, hash-table-intersection!, hash-table-difference!, and hash-table-xor! were added for convenience and completeness.

Installation

Install the latest version of guile-srfi-125 as follows:

guix install guile-srfi-125

Or install a particular version:

guix install guile-srfi-125@0.0.1-0.556827a

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of guile-srfi-125 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/guile-srfi-125'><img src='https://packages.guix.gnu.org/packages/guile-srfi-125/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guile-srfi-125/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guile-srfi-125)

Example Org:

[[https://packages.guix.gnu.org/packages/guile-srfi-125][https://packages.guix.gnu.org/packages/guile-srfi-125/badges/latest-version.svg]]