scheme48-prescheme
Pre-Scheme compiler from Scheme 48
Pre-Scheme is a statically compilable dialect of Scheme, used to implement the Scheme 48 virtual machine. Scheme 48 ships with a Pre-Scheme to C compiler written in Scheme, and a runtime library which allows Pre-Scheme code to run as Scheme.
- Versions: 1.9.3
 - Website: http://s48.org/
 - Licenses: Modified BSD
 - Package source: gnu/packages/scheme.scm
 - Builds: See build status
 - Issues: See known issues
 
Installation
Install the latest version of scheme48-prescheme as follows:
guix install scheme48-prescheme
Or install a particular version:
guix install scheme48-prescheme@1.9.3
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 scheme48-prescheme about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/scheme48-prescheme'><img src='https://packages.guix.gnu.org/packages/scheme48-prescheme/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/scheme48-prescheme)
Example Org:
[[https://packages.guix.gnu.org/packages/scheme48-prescheme][https://packages.guix.gnu.org/packages/scheme48-prescheme/badges/latest-version.svg]]