[plt-scheme] broken srfi 4?
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!