Path to this page:
./
lang/chezscheme,
Cisco implementation of the Scheme programming language
Branch: CURRENT,
Version: 10.0.0nb1,
Package name: chezscheme-10.0.0nb1,
Maintainer: pkgsrc-usersChez Scheme is both a programming language and an implementation of that
language, with supporting tools and documentation.
As a superset of the language described in the Revised6 Report on the
Algorithmic Language Scheme (R6RS), Chez Scheme supports all standard
features of Scheme, including first-class procedures, proper treatment of
tail calls, continuations, user-defined records, libraries, exceptions, and
hygienic macro expansion.
Chez Scheme also includes extensive support for interfacing with C and
other languages, support for multiple threads possibly running on multiple
cores, non-blocking I/O, and many other features.
The Chez Scheme implementation consists of a compiler, run-time system, and
programming environment. Although an interpreter is available, all code is
compiled by default. Source code is compiled on-the-fly when loaded from a
source file or entered via the shell. A source file can also be precompiled
into a stored binary form and automatically recompiled when its
dependencies change. Whether compiling on the fly or precompiling, the
compiler produces optimized machine code, with some optimization across
separately compiled library boundaries. The compiler can also be directed
to perform whole-program compilation, which does full cross-library
optimization and also reduces a program and the libraries upon which it
depends to a single binary.
Package options: curses, ffi, iconv, x11
Master sites:
Filesize: 6202.49 KB
Version history: (Expand)
- (2025-01-07) Updated to version: chezscheme-10.0.0nb1
- (2024-05-02) Updated to version: chezscheme-10.0.0
- (2023-11-06) Package added to pkgsrc.se, version chezscheme-9.9.9alpha2023.11.03 (created)
CVS history: (Expand)
2025-01-07 14:03:20 by Taylor R Campbell | Files touched by this commit (1) | |
Log message:
lang/chezscheme: Teach print-PLIST to DTRT.
No functional change intended for the package build -- just a
convenience for the next person to update this.
|
2025-01-07 12:56:36 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
lang/chezscheme: Dedynamicize PLIST.
There's only one annoying parameter, and we can scrape it out of the
configure spew once we set a predictable `workarea'.
Revbump just in case I made a mistake in the plist so any discrepancy
will be noisily detected rather than silently ignored.
|
2025-01-07 09:08:54 by Taylor R Campbell | Files touched by this commit (3) |
Log message:
lang/chezscheme: Pass full path to paxctl tool into build.
Fixes build without /usr/sbin in PATH.
No change to generated package if it builds, so no revbump.
PR pkg/58970: lang/chezscheme fails to build if /usr/sbin is not in
PATH
|
2024-05-02 15:22:34 by Masatake Daimon | Files touched by this commit (3) |
Log message:
lang/chezscheme: Update to 10.0.0
Release notes are too long to paste here:
https://cisco.github.io/ChezScheme/release_notes/v10.0/release_notes.html
|
2023-11-06 18:15:57 by Masatake Daimon | Files touched by this commit (4) |
Log message:
lang/chezscheme: import chezscheme-9.9.9alpha2023.11.03
Chez Scheme is both a programming language and an implementation of that
language, with supporting tools and documentation.
As a superset of the language described in the Revised6 Report on the
Algorithmic Language Scheme (R6RS), Chez Scheme supports all standard
features of Scheme, including first-class procedures, proper treatment of
tail calls, continuations, user-defined records, libraries, exceptions, and
hygienic macro expansion.
Chez Scheme also includes extensive support for interfacing with C and
other languages, support for multiple threads possibly running on multiple
cores, non-blocking I/O, and many other features.
The Chez Scheme implementation consists of a compiler, run-time system, and
programming environment. Although an interpreter is available, all code is
compiled by default. Source code is compiled on-the-fly when loaded from a
source file or entered via the shell. A source file can also be precompiled
into a stored binary form and automatically recompiled when its
dependencies change. Whether compiling on the fly or precompiling, the
compiler produces optimized machine code, with some optimization across
separately compiled library boundaries. The compiler can also be directed
to perform whole-program compilation, which does full cross-library
optimization and also reduces a program and the libraries upon which it
depends to a single binary.
|