
1 Oct
2005
1 Oct
'05
11:21 a.m.
You may perhaps take some inspiration in these Boost-like language bindings I know about: - http://cpptcl.sourceforge.net/ C++ interface for TCL - http://clipp.sourceforge.net/ C++ interface for Javascript - http://luabind.sourceforge.net/ C++ interface for Lua (not very active now) - http://sourceforge.net/mailarchive/forum.php?forum=boost-langbinding Attempt to create universal back end usable for interfacing to any labguage (project currently sleeping) These would likely deserve place in Boost but AFAIK they weren't suggested for review yet. If able I would be happy to help with interface to Ruby. /Pavel