guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bytestructures: a "type system" for bytevectors


From: Andy Wingo
Subject: Re: Bytestructures: a "type system" for bytevectors
Date: Mon, 20 Jun 2016 15:24:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Sun 30 Aug 2015 18:32, address@hidden (Taylan Ulrich "Bayırlı/Kammer") 
writes:

> https://github.com/taylanub/scheme-bytestructures
>
> (I don't endorse GitHub, but I gave in after Gitorious went down.)
>
> I had started working on this project around two years ago but it had a
> pretty strange and complex API, an unreadable README, high overhead for
> something you might want to use in high-performance settings (byte
> crunching), and a bit too hung up on being standards compliant.
>
> I resumed working on it around a week ago, and solved all these issues!
>
> (I still do my best to keep R7RS compliance, but Guile is my prime
> *real* target.)
>
> So what is it?
>
> === Structured access to bytevector contents ===

I really want something like this BTW :) I was thinking that we can do
this on a proper low level, applying type tags to bytevectors.  I want
something like http://luajit.org/ext_ffi.html for Guile, and data access
is part of it.

Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]