The Nearly Complete Scheme48 Reference Manual - http://mumble.net/~campbell/darcs/s48-refman/

Andrew Whatson 6afbc1fb7e Update homepage and artifact host 1 year ago
c-ffi 58aa4dd9fd Fixed typo in section on storing C data in the Scheme heap: S48_EXTRACT_VALUE_POINTER in addition to S48_EXTRACT_VALUE, not the latter twice. 17 years ago
library a1bef0a3d1 Fixed name of array dimension list accessor: ARRAY-SHAPE, not ARRAY-DIMENSIONS. 18 years ago
module-sys ed49dcb02f Fixed typo in documentation of DEFINE-STRUCTURE and DEFINE-STRUCTURES, actually to name the latter and not just to repeat the former. 18 years ago
posix 64f850bd7a Fixed typo in section on POSIX I/O utilities: REMAP-FILE-DESCRIPTORS! has a bang suffix. 17 years ago
prescheme 06af849a97 Fix unsupported use of macro for @table formatting. 1 year ago
system b6a50dc74e Expanded on cross-references between ,TRANSLATE command and FILENAMES structure. 17 years ago
thread bdc4e06863 Fixed a number of typos caught by ispell for the first edition. 18 years ago
user 5068a26050 Fixed typos of keys `C-c M-e' and `C-c C-e' in section on Emacs support. 16 years ago
.envrc d5125188be Add a Makefile build system. 1 year ago
.gitignore d5125188be Add a Makefile build system. 1 year ago
COPYING 1ae840bc9b Add a license, extracted from the source. 1 year ago
Makefile d5125188be Add a Makefile build system. 1 year ago
README.org 6afbc1fb7e Update homepage and artifact host 1 year ago
intro-ack.texi 3a2cbc2560 Bumped Scheme48's age from almost nineteen to almost twenty years. 18 years ago
macros.texi f38be32f81 Fix inline @tex macros to avoid compilation errors. 1 year ago
manifest.scm d5125188be Add a Makefile build system. 1 year ago
refs.texi d8d4136ee5 Changed all Latin abbreviations to uses of the new macros for them. 18 years ago
scheme48.html b5bf2ee2d6 Add rendered manuals. 1 year ago
scheme48.info b5bf2ee2d6 Add rendered manuals. 1 year ago
scheme48.info-1 b5bf2ee2d6 Add rendered manuals. 1 year ago
scheme48.info-2 b5bf2ee2d6 Add rendered manuals. 1 year ago
scheme48.info-3 b5bf2ee2d6 Add rendered manuals. 1 year ago
scheme48.pdf 6afbc1fb7e Update homepage and artifact host 1 year ago
scheme48.texi 81bd33b8f7 Comment out unimplemented @hrule macro. 1 year ago

README.org

The Nearly Complete Scheme48 Reference Manual

This is a reference manual for Scheme48 and Pre-Scheme version 1.3 written by Taylor Campbell in 2005-2007. It has been updated to build with recent versions of Texinfo, and a Makefile has been added to produce Info, HTML, and PDF versions.

The latest HTML manual is available here: scheme48.html

The latest PDF manual is available here: scheme48.pdf

How to build

The Guix manifest sets up all prerequisites, and compilation is handled by the Makefile.

To build the manual yourself:


git clone https://notabug.org/flatwhatson/s48-refman.git
cd s48-refman
guix shell -m manifest.scm
make # info html pdf

License

This manual is licensed under BSD-3-Clause. See COPYING for details.