[redirected to d...@]

On Tue, Nov 16, 2010 at 11:28 PM, Eli Barzilay <e...@barzilay.org> wrote:
> 20 minutes ago, Jay McCarthy wrote:
>>
>> I've complained about this before, which is why I was able to
>> quickly answer your question. I don't endorse the current behavior.
>
> (Just a reminder: this is something that libffi doesn't have AFAICT.)

Python's 'ctypes' library, which also uses libffi under the hood, has arrays:
  http://docs.python.org/library/ctypes.html#arrays
and also unions, which we don't have:
  http://docs.python.org/library/ctypes.html#structures-and-unions

So it seems like this should be possible, and maybe we can even use their code.
-- 
sam th
sa...@ccs.neu.edu
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to