Email list hosting service & mailing list manager

Version flag status and sample implementation Lassi Kortela (28 Nov 2019 15:40 UTC)
Re: Version flag status and sample implementation Arthur A. Gleckler (28 Nov 2019 16:53 UTC)
Re: Version flag status and sample implementation Shiro Kawai (28 Nov 2019 21:54 UTC)
Version vs release vs revision Lassi Kortela (29 Nov 2019 13:59 UTC)
Environment variables and other alists with string keys Lassi Kortela (03 Dec 2019 15:10 UTC)
Re: Environment variables and other alists with string keys Lassi Kortela (03 Dec 2019 15:31 UTC)

Version flag status and sample implementation Lassi Kortela 28 Nov 2019 15:40 UTC

Based on John's thoughtful comments, a little experimentation and the
multi-arch tuples at <https://wiki.debian.org/Multiarch/Tuples>, SRFI
176 is at a stage where I'm personally happy to call it done. Just need
to update the SRFI document (will take a while; many changes to details
but none to the general approach).

I'm happy to add new properties and discuss any other changes to meet
other people's requirements, and would like to take this opportunity to
remind people that the specification is fully backward-compatible with
every Scheme implementation I could find ;-)

Arthur: I have code to read the version output using grep|sed, awk, C,
Scheme, Common Lisp, Emacs Lisp and Clojure. Should I submit all of it
as the sample implementation?