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 ofhash-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-findprocedure is a modified version oftable-searchin Gambit.procedures
hash-table-unfoldandhash-table-countwere suggested by SRFI 1.procedures
hash-table=?andhash-table-mapwere suggested by Haskell'sData.Map.Strictmodule.procedure
hash-table-map->listis 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.
- Versions: 0.0.1-0.556827a
- Website: https://github.com/scheme-requests-for-implementation/srfi-125
- Licenses: Expat
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]