RE: [GD-Windows] C# scripting
Brought to you by:
vexxed72
From: Stefan B. <Ste...@di...> - 2004-05-19 07:37:54
|
LuaInterface interfaces Lua with the CLR: http://www.inf.puc-rio.br/~mascarenhas/luainterface/=20 There's also Python.NET, which does basically the same thing for Python: http://www.zope.org/Members/Brian/PythonNet/index_html=20 I've not used them that much though so I can't offer an opinion on which is the better option. Personally I prefer Lua though since it's smaller and thus more beautiful :) /Stefan Stefan Boberg Chief Technical Officer Digital Illusions CE AB =20 > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...] On Behalf Of > Brett Bibby > Sent: 19 May 2004 08:47 > To: Gam...@li... > Subject: [GD-Windows] C# scripting >=20 > Howdy. Does anybody know if there are any scripting languages that > directly support embedding into C#? At this point speed is not a > requirement, just doing some research. I know I can glue something like > Lua into it, but since it's unmanaged code it would be ugly. > Thanks, > Brett >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id%62&alloc_ida84&op=3Dick > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_idU5 |