guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c9eed70d4a4290ae604421402aeb6beaf62201e0
parent 5a6aee5c60d3898f36217163d4205c8650d0704d
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date:   Mon, 17 Aug 2015 11:28:15 +0200

Expand acknowledgments.

Diffstat:
Msrfi-123.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srfi-123.md b/srfi-123.md @@ -252,13 +252,20 @@ Acknowledgments Thanks to Jorgen Schäfer for inspiring me to write this SRFI and making the initial suggestion for the `ref` procedure and ternary -`set!` syntax. +`set!` syntax, as well as providing continuous input. The `ref*` procedure with its `~` synonym and SRFI-17 setter (which replaced the initially considered ternary `set!` syntax) seems to have first appeared in Gauche. Thanks to Shiro Kawai: <http://blog.practical-scheme.net/gauche/20100428-shorter-names> +Thanks to Evan Hanson for the idea of using a throw-away `define` in +the expansion of `define-record-type` so as not to disturb a sequence +of internal definitions. + +Thanks also to everyone else on the discussion mailing list for their +input. + Copyright and license ---------------------