the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: r6rs
Description: Defining description of scheme
Version: 1
Revision: 1
License: OSI-Approved
Maintainer: Jesse Alama
Source: http://www.r6rs.org/final/r6rs.tar.gz
Source-MD5: 786d0ab5dd6f56f1d907bfe7308efd4b
DescDetail: <<
The report gives a defining description of the programming language
Scheme. Scheme is a statically scoped and properly tail-recursive
dialect of the Lisp programming language invented by Guy Lewis Steele
Jr. and Gerald Jay Sussman. It was designed to have an exceptionally
clear and simple semantics and few different ways to form
expressions. A wide variety of programming paradigms, including
functional, imperative, and message passing styles, find convenient
expression in Scheme.
<<
CompileScript: <<
<<
InstallScript: <<
mkdir -p %i/share/doc/r6rs
mkdir -p %i/share/doc/r6rs/html
cp -R html/* %i/share/doc/r6rs/html
mkdir -p %i/share/doc/r6rs/document
cp -R document/* %i/share/doc/r6rs/document
mkdir -p %i/share/doc/r6rs/model
cp -R model/* %i/share/doc/r6rs/model
<<
DocFiles: r6rs-app.pdf r6rs-lib.pdf r6rs-rationale.pdf r6rs.pdf