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

guile2.2-reader

Framework for building readers for GNU Guile

Guile-Reader is a simple framework for building readers for GNU Guile.

The idea is to make it easy to build procedures that extend Guile’s read procedure. Readers supporting various syntax variants can easily be written, possibly by re-using existing “token readers” of a standard Scheme readers. For example, it is used to implement Skribilo’s R5RS-derived document syntax.

Guile-Reader’s approach is similar to Common Lisp’s “read table”, but hopefully more powerful and flexible (for instance, one may instantiate as many readers as needed).

Installation

Install the latest version of guile2.2-reader as follows:

guix install guile2.2-reader

Or install a particular version:

guix install guile2.2-reader@0.6.4

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 guile2.2-reader about the latest version available in Guix.

Example HTML:

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

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guile2.2-reader/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guile2.2-reader)

Example Org:

[[https://packages.guix.gnu.org/packages/guile2.2-reader][https://packages.guix.gnu.org/packages/guile2.2-reader/badges/latest-version.svg]]