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

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

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.