[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Embedded Scripting
- Date: Fri, 04 Mar 2011 17:31:47 +0100
- From: sebastien at milkymist.org (Sebastien Bourdeauducq)
- Subject: Embedded Scripting
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.