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

Re: Working on better C++ bindings for Io

by dennisf486 :: Rate this Message:

Reply to Author | View in Thread

Thanks I'll take a look at that.  Unfortunately alien.luaforge.net is down, but I found the google cache of it.  I have a good handle on the C++ side of things, but for using the C API from Io to interact with the IoVM I have only the well-commented but somewhat incomplete (or outdated) C++ example from wikibooks.org.

--- In iolanguage@..., "simonhaines" <simonhaines@...> wrote:
>
> 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