From: Rob Browning <rlb@defaultvalue.org>
Subject: SRFI-25 -- multi-dimensional array support.
Date: Sat, 14 Sep 2002 14:48:33 -0500 [thread overview]
Message-ID: <87elbwwdwu.fsf@raven.i.defaultvalue.org> (raw)
Guile already has similar functionality, and though I didn't have time
to fully review the SRFI, from what I saw, our existing array type may
be similar enough to be used as a base to implement the srfi.
Unfortunately some of our functions have the same name as functions in
SRFI-25, but have an incompatible signature.
Questions:
1) Is anyone interested in working on srfi-25 right now?
2) Is our array type close enough to be used as the underlying data
type for srfi-25?
Is it ok for our array? and srfi-25's array? perdicate to both
return #t for the same object, even though their respective
functions may manipulate that object in fairly different ways?
(i.e. srfi-25 supports arbitrary index limits for each dimension,
but Guile's built-in support doesn't.)
3) How should we handle the API and type overlap
-- build a completely different type for srfi-25?
-- try to have (use-modules (srfi srfi-25) override the built-in
functions where necessary?
-- something else?
4) In the *long* run do we try to merge our API with that of the
srfi or keep both APIs/datatypes and keep them separate?
5) Less importantly -- in the long run, should our built-in
multi-dimensional array support remain built-in or should it
become an add-on like the srfi, either a compile-time or run-time
add-on? We've found that Guile is quite useful on small
platforms, and that tends to lead one to think about
customizability (i.e. to consider arrangements that would allow
small core + add-ons as needed).
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2002-09-14 19:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-14 19:48 Rob Browning [this message]
2002-09-15 2:14 ` SRFI-25 -- multi-dimensional array support Jeff Read
2002-09-15 21:20 ` Christopher Cramer
2002-09-22 20:34 ` Gary Houston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87elbwwdwu.fsf@raven.i.defaultvalue.org \
--to=rlb@defaultvalue.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).