Re: [Factor-talk] So cool - alien.inline

2009-07-11 Thread Glenn Tarcea
Yes, the marshalling may indeed be useful. I'm looking forward to see it. Thanks, Glenn V. Glenn Tarcea gtar...@umich.edu On Jul 10, 2009, at 9:52 PM, Jeremy Hughes wrote: > Hi Glenn, > > Glad you like it. > > The next step is alien.marshall. It builds on alien.inline to add > automatic mars

Re: [Factor-talk] So cool - alien.inline

2009-07-10 Thread Jeremy Hughes
Hi Glenn, Glad you like it. The next step is alien.marshall. It builds on alien.inline to add automatic marshalling and unmarshalling. Maybe you'll find that useful too. Jeremy Glenn Tarcea writes: > I just read your blog posting on alien.inline. This is so very, very > cool! > > I have a F

[Factor-talk] So cool - alien.inline

2009-07-10 Thread Glenn Tarcea
Jeremy, I just read your blog posting on alien.inline. This is so very, very cool! I have a FFI interface to BerkeleyDB that uses a separate set of C functions that I wrote as "glue" code between Factor and the BerkeleyDB API to make interfacing easier. Looking over alien.inline, I think