Add fluid and parameter objects.
authorMatt Birkholz <puck@birchwood-abbey.net>
Mon, 11 Aug 2014 21:28:33 +0000 (14:28 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 11 Aug 2014 21:28:33 +0000 (14:28 -0700)
commit9df78b57d1e8ecc578017636e005c4d076223cff
tree5697a42f44bb04c8c13d2eef446795d8d5fbd582
parent4a2ca4ff1b04793a519c99d7321c610606f9e636
Add fluid and parameter objects.

Update documentation of miscellaneous object type Cell and special
form Fluid-Let, describing them as deprecated.
doc/ref-manual/misc-datatypes.texi
doc/ref-manual/scheme.texinfo
doc/ref-manual/special-forms.texi
src/runtime/dynamic.scm [new file with mode: 0644]
src/runtime/runtime.pkg
tests/check.scm
tests/runtime/test-dynamic-env.scm [new file with mode: 0644]