bigloo
Efficient Scheme compiler
Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast stand alone binary executables. Bigloo enables full connections between Scheme and C programs and between Scheme and Java programs.
- Versions: 4.3g
- Website: https://www-sop.inria.fr/indes/fp/Bigloo/
- Licenses: GPL 2+
- Package source: gnu/packages/scheme.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bigloo
as follows:
guix install bigloo
Or install a particular version:
guix install bigloo@4.3g
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
HTML: <a href='http://127.0.0.1:3000/packages/bigloo/'><img src='http://127.0.0.1:3000/packages/bigloo/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/bigloo/badges/latest-version.svg)](http://127.0.0.1:3000/packages/bigloo/) Org: [[http://127.0.0.1:3000/packages/bigloo/][http://127.0.0.1:3000/packages/bigloo/badges/latest-version.svg]]