[GD-Windows] Re: C# scripting
Brought to you by:
vexxed72
From: Parveen K. <pk...@al...> - 2004-05-20 02:40:50
|
Brett Bibby wrote: > Tom, is there a better list than this one to discuss the use of C# in > game development? > > Meanwhile.... > > I know that C# can already support JScript out of the box, but coming > from our current PlayStation2 engine that uses Lua, it must be a > magnitude slower to use JScript inside a JIT environment isn't it? > Would you recommend developers to implement their own scripting > solutions? > JIT? Isn't JScript.NET compiled down into native code? http://www.gotdotnet.com/team/jscript/ Pick a language: http://www.dotnetpowered.com/languages.aspx There's gotta be one that you like and will compile to native code if you need it to. -- PK |