SRFI 229: Tagged Procedures Arthur A. Gleckler (31 Aug 2021 22:36 UTC)
tagged procedures vs procedure properties Per Bothner (31 Aug 2021 22:54 UTC)
Re: tagged procedures vs procedure properties John Cowan (31 Aug 2021 23:55 UTC)
Re: tagged procedures vs procedure properties Shiro Kawai (01 Sep 2021 01:20 UTC)
Re: tagged procedures vs procedure properties Per Bothner (01 Sep 2021 01:57 UTC)
Re: tagged procedures vs procedure properties Shiro Kawai (01 Sep 2021 02:49 UTC)
Re: tagged procedures vs procedure properties Marc Nieper-Wißkirchen (01 Sep 2021 07:32 UTC)
Re: tagged procedures vs procedure properties Per Bothner (02 Sep 2021 15:49 UTC)
Re: tagged procedures vs procedure properties Marc Nieper-Wißkirchen (02 Sep 2021 16:26 UTC)

tagged procedures vs procedure properties Per Bothner 31 Aug 2021 22:53 UTC

I read:

"The mechanism defined in this SRFI can be used to implement procedure properties, documentation strings, source location information, and other things in Scheme."

Why invent something new and less functional
when there is prior art in the form of procedure properties?

http://www.gnu.org/software/kawa/Procedure-properties.html
https://www.gnu.org/software/guile/manual/html_node/Procedure-Properties.html

I could see a new API if it can be implemented portably - but
apparently that is not the case.
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/