1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-08 21:20:19 +02:00
guile/doc/ref
Andy Wingo 34ff3af9f0 Replace $letrec with $rec
* module/language/cps.scm ($rec): Replace $letrec with $rec, which is an
  expression, not a term.  This means that the names bound by the letrec
  appear twice: once in the $rec term, and once in the continuation.
  This is not very elegant, but the situation is better than it was
  before.  Adapt all callers.

* doc/ref/compiler.texi (CPS in Guile): Incomplete documentation
  updates.  I'll update these later when the IL settles down.
2015-04-01 10:10:10 +02:00
..
.gitignore
api-binding.texi Implement R7RS 'define-values'. 2014-02-02 03:28:23 -05:00
api-compound.texi Fix bit-count* bug 2014-07-04 16:52:29 +02:00
api-control.texi Merge remote-tracking branch 'origin/stable-2.0' 2014-04-28 18:51:21 +02:00
api-coverage.texi No more VM objects visible to Scheme 2013-11-21 16:45:03 +01:00
api-data.texi Merge commit '5af307de43' 2015-01-22 12:50:18 +01:00
api-debug.texi Fix inner and outer stack cuts to match on procedure code 2014-05-01 14:26:20 +02:00
api-deprecated.texi
api-evaluation.texi Merge branch 'stable-2.0' 2014-09-30 03:50:47 -04:00
api-foreign-objects.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
api-foreign.texi Fix typo in manual. 2014-02-27 22:26:05 -05:00
api-i18n.texi Fix minor mistakes in documentation. 2013-09-30 12:46:01 -04:00
api-init.texi
api-io.texi Merge commit '7c433cbbce' 2015-01-22 13:32:59 +01:00
api-lalr.texi
api-languages.texi
api-macros.texi Merge commit 'f6ddf827f8' 2014-02-07 14:51:42 +01:00
api-memory.texi Merge remote-tracking branch 'origin/stable-2.0' 2014-04-28 18:51:21 +02:00
api-modules.texi docs: Fix documented return type of 'scm_c_export'. 2014-10-01 19:13:34 -04:00
api-options.texi Use version 2.2 in manual examples 2013-11-28 10:57:42 +01:00
api-overview.texi
api-peg.texi PEG Renames 2013-01-16 10:11:50 +01:00
api-procedures.texi Doc updates to macroexpansion, compiled procs, and compiler.texi 2013-12-04 20:46:02 +01:00
api-regex.texi doc: Fix description of regexp/locale encoding interaction. 2012-08-27 00:09:30 +02:00
api-scheduling.texi Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock! 2013-06-10 02:34:21 -04:00
api-scm.texi
api-smobs.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
api-snarf.texi
api-undocumented.texi excise use of "iff" in the manual 2013-03-10 22:29:18 +01:00
api-utility.texi Clarify that object-properties cannot be reliably applied to numbers. 2014-08-10 22:55:25 -04:00
api.txt
ChangeLog-2008
ChangeLog-goops-2008
ChangeLog-guile-doc-ref
compiler.texi Replace $letrec with $rec 2015-04-01 10:10:10 +02:00
curried.texi Document (ice-9 curried definitions) 2012-09-06 22:15:40 +01:00
data-rep.texi
effective-version.texi.in
expect.texi
fdl.texi
gds.dia
gds.eps
gds.pdf
gds.txt
goops-tutorial.texi
goops.texi GOOPS doc fix: #:dsupers is the init keyword for the dsupers slot. 2013-12-01 18:41:31 -05:00
guile-invoke.texi Merge commit '8cf2a7ba74' 2015-01-22 13:24:30 +01:00
guile.texi Merge remote-tracking branch 'origin/stable-2.0' 2014-04-28 18:51:21 +02:00
hierarchy.dot doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.eps doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.pdf doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.png doc/ref/hierarchy.png: conform to hierarchy.txt and manual 2013-01-15 19:17:55 +01:00
hierarchy.txt
history.texi Update history.texi 2013-11-30 18:46:10 +01:00
indices.texi
intro.texi excise use of "iff" in the manual 2013-03-10 22:29:18 +01:00
libguile-autoconf.texi
libguile-concepts.texi Merge remote-tracking branch 'origin/stable-2.0' 2014-04-28 18:51:21 +02:00
libguile-extensions.texi
libguile-foreign-objects.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
libguile-linking.texi doc: embedding example more readable. 2014-01-17 22:22:02 +01:00
libguile-parallel.texi Merge commit '5fac1a7ada' 2015-01-22 13:30:25 +01:00
libguile-program.texi Remove SMOB tutorial; update manual. 2014-04-28 17:45:07 +02:00
libguile-snarf.texi Prefer foreign objects over smobs in manual 2014-04-28 18:00:05 +02:00
Makefile.am Merge remote-tracking branch 'origin/stable-2.0' 2014-04-28 18:51:21 +02:00
match.texi doc: Strengthen the case for pattern matching. 2012-11-17 16:14:02 +01:00
misc-modules.texi Add full documentation for SRFI-41. 2013-03-27 13:37:45 -04:00
mod-getopt-long.texi
mop.text
new-docstrings.texi
posix.texi Merge commit '8cf2a7ba74' 2015-01-22 13:24:30 +01:00
preface.texi
r6rs.texi Document 'equal?' in list of R6RS incompatibilities. 2014-02-05 23:25:32 -05:00
repl-modules.texi
scheme-ideas.texi Document (ice-9 curried definitions) 2012-09-06 22:15:40 +01:00
scheme-indices.texi
scheme-intro.texi
scheme-reading.texi
scheme-scripts.texi
scheme-using.texi add %site-ccache-dir 2013-03-10 23:20:22 +01:00
scheme.dia
scheme.eps
scheme.pdf
scheme.txt
scsh.texi
slib.texi
srfi-modules.texi Merge commit '8cf2a7ba74' 2015-01-22 13:24:30 +01:00
statprof.texi statprof: 'statprof' and 'with-statprof' return the code's return values. 2015-01-11 20:44:44 +01:00
sxml-match.texi begin rewriting SXML docs 2013-01-28 10:52:44 +01:00
sxml.texi excise use of "iff" in the manual 2013-03-10 22:29:18 +01:00
texinfo.texi Fix typo in `transform-string' doc. 2014-06-04 20:59:36 -04:00
tools.texi Prefer foreign objects over smobs in manual 2014-04-28 18:00:05 +02:00
tour.texi doc: Use scm_{to,from}_double instead of old API in example. 2012-09-03 22:35:33 +02:00
vm.texi NEWS and doc updates 2015-02-09 22:43:20 +01:00
web.texi NEWS and doc updates 2015-02-09 22:43:20 +01:00