New draft (#10) of SRFI 160: Homogeneous numeric vector libraries Arthur A. Gleckler 22 May 2019 04:08 UTC

I've just published draft #10 of SRFI 160.  It was submitted by
John Cowan, author of the SRFI.

  <https://srfi.schemers.org/srfi-160/>

Here are John's comments on the draft:

  I cleaned up the Implementation section and removed
  @vector-binary-search (which doesn't make sense with any
  predicate except =, and doesn't make sense at all for complex
  vectors).  There is a new implementation in progress, but it
  isn't yet debugged.

Commits:

  - Starting new implementation and tests
  - Completed draft of new implementation
  - Editorial changes

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-160/compare/4451b576f8d0a80372675e48acf10c719256f045...3e2a1f33a64a5553aae60f0ffac8e98f10f607c3>

Regards,

SRFI Editor