Implement make-promise for R7RS.
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 May 2018 01:22:13 +0000 (18:22 -0700)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 May 2018 01:22:13 +0000 (18:22 -0700)
commit02370f6018a54d3e4334e0671c6ec41d8b589e8a
treeb48f0707bdc3f62d5f051bbfa4fad88a00508efc
parentafe3025a40877c377f8af970ba74d53732891aa0
Implement make-promise for R7RS.

Also clean up promise implementation a bit.
src/runtime/framex.scm
src/runtime/microcode-data.scm
src/runtime/rep.scm
src/runtime/runtime.pkg