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

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

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.