Are there any embedded languages that can be embedded into C# and actionscript?
Posted
by AnthonyF
on Stack Overflow
See other posts from Stack Overflow
or by AnthonyF
Published on 2009-09-09T20:23:29Z
Indexed on
2010/06/16
1:02 UTC
Read the original article
Hit count: 194
I'm looking for a embedded language that can be used to script common code between a server app written in C# and a client app written in Flash/Actionscript. It is important that the embedded language interpreter run natively in the environment it is embedded into. For example, it cannot load any external C libraries (i.e. python, neko).
Does such a thing exist for these two languages? Perhaps there is some minimal interpreter that could be easily ported to both?
Thanks!
© Stack Overflow or respective owner