Hello,
Smalltalk YX is born also to be a scripting language to embed in C/C++ applications. Lately, i was looking an article which briefly explains how to use Lua with C.
Then, i decided to remake that article for Syx, and this is the result:
http://code.google.com/p/syx/wiki/ExampleEmbeddingLua
The examples in the article above can be executed if you have an updated working copy of the source repository.
Other examples can be found here. Contact me if you want to contribute to this project.
Thanks to everyone, bye.
1 comment:
Your header "Calling from C into a Lua script" should probably read "Calling from C into a Smalltalk script" or something like this...
Post a Comment