Re: [PATCH] Add SRFI-25 implementation

2015-11-14 Thread Andreas Rottmann
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> l...@gnu.org (Ludovic Courtès) skribis: >>> Andreas Rottmann skribis: > Adds an implementation of SRFI 25 on top of Guile's native arrays. The > implementation doe

Re: [PATCH] Add SRFI-25 implementation

2015-11-13 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> l...@gnu.org (Ludovic Courtès) skribis: >> >>> Andreas Rottmann skribis: >>> Adds an implementation of SRFI 25 on top of Guile's native arrays. The implementation does not introduce a disjoint type; Guile arrays and >

Re: [PATCH] Add SRFI-25 implementation

2015-11-13 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> Andreas Rottmann skribis: >> >>> Adds an implementation of SRFI 25 on top of Guile's native arrays. The >>> implementation does not introduce a disjoint type; Guile arrays and >>> SRFI-25 arrays can be used inte

Re: [PATCH] Add SRFI-25 implementation

2015-11-05 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Andreas Rottmann skribis: > >> Adds an implementation of SRFI 25 on top of Guile's native arrays. The >> implementation does not introduce a disjoint type; Guile arrays and >> SRFI-25 arrays can be used interchangably, though with different, partly >> con

Re: [PATCH] Add SRFI-25 implementation

2015-10-30 Thread Ludovic Courtès
Andreas Rottmann skribis: > Adds an implementation of SRFI 25 on top of Guile's native arrays. The > implementation does not introduce a disjoint type; Guile arrays and > SRFI-25 arrays can be used interchangably, though with different, partly > conflicting APIs. > > * NEWS: Add preliminary, inco

[PATCH] Add SRFI-25 implementation

2015-07-27 Thread Andreas Rottmann
Adds an implementation of SRFI 25 on top of Guile's native arrays. The implementation does not introduce a disjoint type; Guile arrays and SRFI-25 arrays can be used interchangably, though with different, partly conflicting APIs. * NEWS: Add preliminary, incomplete section on 2.0.12, noting the