« Return to Thread: Working on better C++ bindings for Io

Re: Working on better C++ bindings for Io

by simonhaines :: Rate this Message:

Reply to Author | View in Thread

Although you are working with C++, have you had a look at Lua's Alien project (http://alien.luaforge.net/)? It allows you bind to dynamic libraries from Lua itself (without writing glue). Thought you might be interested. Simon.


--- In iolanguage@..., "dennisf486" <dennisf486@...> wrote:
>
> I'm working on a C++ binding library for Io that allows you to make your C++ objects callable from Io without typing a lot of code.  It's called LikeMagic.  ("Any sufficiently advanced technology is indistinguishable from magic." --Arthur C. Clarke)


 « Return to Thread: Working on better C++ bindings for Io