Embedded Scripting

Sebastien Bourdeauducq sebastien at milkymist.org
Fri Mar 4 16:31:47 UTC 2011


On Fri, 2011-03-04 at 11:22 -0500, Robert S. Grimes wrote:
> I am considering embedding a script engine in my app, and wondered who
> has done this recently (in other words, in 4.10), and what their
> experience has been.  I am aware of earlier works (specifically, Chris
> with Python 2.4), but don't know about current status - will it
> readily work with 4.10?  Any comments welcome!

Python is a bit messy as it requires dynamic loading of code. At the
Milkymist project we successfully ran small Lua and Ruby interpreters
without much trouble.

https://github.com/lekernel/milkymist-ruby
http://kristianpaul.org/comoblog/Hacked_port_of_Lua_for_the_Milkymist_One.html

S.





More information about the users mailing list