Re: arrays vs. vectors
- From: Jens Axel Søgaard <usenet@xxxxxxxxxxxx>
- Date: Sat, 28 Jan 2006 11:08:07 +0100
H. wrote:
In Scheme, since the purpose is to teach you how to implement stuff, it only defines the minimalissimum make-vector, and if you want more dimensions, you do it yourself.
Let me make sure I understand this correctly. If I want to implement something in Scheme based on nested for loops with i,j notation, I have to go though all of what you did above?
It is easier to usean existing library:
<http://srfi.schemers.org/srfi-63/srfi-63.html>
or
<http://www.math.purdue.edu/~lucier/WWW/array-code>
-- Jens Axel Søgaard .
- References:
- arrays vs. vectors
- From: H.
- Re: arrays vs. vectors
- From: Pascal Bourguignon
- Re: arrays vs. vectors
- From: H.
- arrays vs. vectors
- Prev by Date: Re: arrays vs. vectors
- Next by Date: Re: How to destroy a system
- Previous by thread: Re: arrays vs. vectors
- Next by thread: Re: arrays vs. vectors
- Index(es):
Relevant Pages
|