[plt-scheme] broken srfi 4?

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Aug 21 11:58:51 EDT 2005

On Aug 19, Eli Barzilay wrote:
> 
> On Aug 19, pedro pinto wrote:
> > > (version)
> > "299.200"
> > 
> > > (system-type)
> > macosx
> > 
> > >(require (lib "4.ss" "srfi"))
> > (let ((v (make-u8vector 10)))
> >   (u8vector-set! v 0 0)
> >   (u8vector-ref v 0))
> > 176
> > 
> > Seems to work on windows.
> 
> Hhh...  Yet another problem with big-endians.  I'll fix it, hpefully
> soon.

Should be fixed now.  Big-endians are a mess.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.