Email list hosting service & mailing list manager

New draft of SRFI 133: Vector Library (R7RS-compatible) Arthur A. Gleckler (24 Jan 2016 17:50 UTC)
Re: New draft of SRFI 133: Vector Library (R7RS-compatible) Per Bothner (24 Jan 2016 18:48 UTC)

Re: New draft of SRFI 133: Vector Library (R7RS-compatible) Per Bothner 24 Jan 2016 18:48 UTC


On 01/24/2016 09:50 AM, Arthur A. Gleckler wrote:
> I've just published a new draft of SRFI 133 from John Cowan.
>
> http://srfi.schemers.org/srfi-133/

Many of the links are missing a hash character.  E.g.

    Like <tt><a href="vector-copy-bang">vector-copy!</a></tt>

should be:

   Like <tt><a href="#vector-copy-bang">vector-copy!</a></tt>

Also, there is a lot of name= attributes, which seems a bit old-fashioned.
For example, I would write:

     <h1 class="nonheader"><a name="References">8. References</a></h1>

as:

     <h1 class="nonheader" id="References">8. References</h1>

Is there some reason to use the <a name=...> form?
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/