Supporting SRFI 43 (Vectors)

Duncan Mak duncanmak@gmail.com
Wed Jan 2 01:19:00 GMT 2019


Hello all,

As part of my project, I needed to use some APIs from SRFI 43 (vectors).

I noticed that Kawa doesn't come with this SRFI, it has its own APIs
for Vector (https://www.gnu.org/software/kawa/Vectors.html) and that
is a subset of the entire SRFI 43 definition.

In particular, I was missing vector-reverse-copy!

What would it take to get SRFI 43 into the Kawa distribution?


-- 
Duncan.



More information about the Kawa mailing list