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

sbcl-parse-number

Parse numbers

parse-number is a library of functions for parsing strings into one of the standard Common Lisp number types without using the reader. parse-number accepts an arbitrary string and attempts to parse the string into one of the standard Common Lisp number types, if possible, or else parse-number signals an error of type invalid-number.

Installation

Install the latest version of sbcl-parse-number as follows:

guix install sbcl-parse-number

Or install a particular version:

guix install sbcl-parse-number@1.7

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 sbcl-parse-number about the latest version available in Guix.

Example HTML:

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

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-parse-number/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-parse-number)

Example Org:

[[https://packages.guix.gnu.org/packages/sbcl-parse-number][https://packages.guix.gnu.org/packages/sbcl-parse-number/badges/latest-version.svg]]