The Racket repository
![]() left shift to avoid counting on the behavior of << on negative numbers, which is undefined in C. mkheader.ss - Fixed a couple of casts, one harmless and the other causing Sinteger64_value to return 0 for the most-negative I64 on 32-bit builds. number.c - The configure-generated Makefile distclean target no longer removes zlib and nanopass, since they are logically part of the git clone. It does run make distclean in zlib. makefiles/Makefile.in original commit: 42e6fed96d69fa17cfcd9cdcec101aaa36ba4512 |
||
---|---|---|
c | ||
csug | ||
examples | ||
makefiles | ||
mats | ||
nanopass@221eecb965 | ||
release_notes | ||
s | ||
unicode | ||
zlib@5089329162 | ||
.gitignore | ||
.gitmodules | ||
bintar | ||
BUILDING | ||
CHARTER.md | ||
checkin | ||
configure | ||
CONTRIBUTING.md | ||
LICENSE | ||
LOG | ||
newrelease | ||
NOTICE | ||
README.md | ||
scheme.1.in | ||
workarea |
Chez Scheme is a compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions. The compiler generates native code for each target processor, with support for x86, x86_64, and 32-bit PowerPC architectures.
Get started by Building Chez Scheme.