lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, 2010-12-17 at 13:10 -0700, Tim Mensch wrote:
> The point wouldn't be to prevent me from installing Ruby and gems (I
> have them installed already, as it turns out -- I do LIKE Ruby), but to
> prevent it from being a dependency in my cross-platform game library.

Well, technically you need Ruby only when you generate the bindings, not
when you are going to use it - you can distribute the generated source.
You just have to remember to run the generator every time you change the
API before commiting/releasing :)