Re: Guile for Game Scripting

2010-07-23 Thread No Itisnt
Guile is gradually coming to support multiple languages, including a Lua 5.1 implementation which I am working on right now. So they are not necessarily mutually exclusive. On Fri, Jul 23, 2010 at 10:34 PM, Luiji Maryo wrote: > As a side project, I am developing a free software game engine and I

Guile for Game Scripting

2010-07-23 Thread Luiji Maryo
Hello, As a side project, I am developing a free software game engine and IDE for 3D games aiming for rapid application development, portability, and quality even on old hardware. The gaming industry de facto standard for game scripting is Lua. However, I want this to be a GNU project at some poi