Re: [Chicken-users] patch for chicken-bind!

2012-10-21 Thread Felix
Wow! Cool stuff - I'll look at that. It would be great if this were reviewed and made part of the official chicken-bind. Sure - I'll get back to you. cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] patch for chicken-bind

2012-07-09 Thread Felix
Hello! Bind 1.0 with support for passing structs by value is now available. Many thanks, Kristian, for contributing this! cheers, felix ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] patch for chicken-bind

2012-06-26 Thread Kristian Lein-Mathisen
Hi Jim, I really appreciate you looking over this! However, I think that it may be more practical to return locatives because they are interchangeable with c-pointers. This makes them easier to pass around with other parts of the foreign-code. If we remove (locative ...) and use scheme-pointer,

[Chicken-users] patch for chicken-bind

2012-06-25 Thread Kristian Lein-Mathisen
Hi guys! It's me again, still going on about struct-by-value in chicken-bindhttp://wiki.call-cc.org/eggref/4/bind. This time I think I may have codehttps://github.com/kristianlm/chicken-bind worthy of entering the official repo. The patches add three new features: 1. Struct-by-value in