pkg://bigloo_2.6e-1_amd64.deb:6483108/control
downloads
Package: bigloo
Version: 2.6e-1
Section: interpreters
Priority: optional
Architecture: amd64
Depends: libc6 (>= 2.3.2.ds1-4), libbigloo2.6e, gcc, libc6-dev
Suggests: bigloo-devtools, bigloo-ude
Installed-Size: 23832
Maintainer: Yann Dirson <dirson@debian.org>
Description: A practical Scheme compiler
Bigloo is a Scheme system which includes a compiler generating
C code, and an interpreter.
.
Bigloo conforms to IEEE Scheme and is mostly conformant to Revised^5
Report on the Algorithmic Language Scheme with many extensions:
- SRFI 0, 2, 6, 8, 9, 18, 22, 28, and support for using the
reference implementations of other SRFIs.
- Rgc, a lex facility.
- Match, a pattern-matching compiler.
- Foreign languages interface.
- Module language.
- Extension package system.
- An LALR facility.
- An Object system.
- Some DSSSL support features.
- Unicode characters and strings.
- Process, Pipe and Socket support.