Final version of SRFI-119
Arne Bab. 23 Jun 2015 17:30 UTC
Hello,
The remaining issues of the implementation of SRFI-119 have been resolved, so it would be nice if it could leave draft phase.
I attached a version of the SRFI document with a cleaner example in the abstract (and adjusted “revised” date).
With that I consider the SRFI as final. It incorporated off-list input from people out of several groups -- the readable project, Guile developers and CHICKEN users -- and has a working reference implementation -- with an alternate repository and releases at https://bitbucket.org/ArneBab/wisp/ in case my personal site goes down (as for example right now).
You can test the reference implementation by installing Guile >=2.0.11 and getting the newest release:
wget https://bitbucket.org/ArneBab/wisp/downloads/wisp-0.8.4.tar.gz; tar xf wisp-0.8.4.tar.gz ; cd wisp-0.8.4/; ./configure; make check; examples/newbase60.w --decode-datetime Za6P-Jsy
Does this suffice to finalize the SRFI?
Best wishes,
Arne Babenhauserheide