Re: Scripting (ECMA script) solution for .NET app?
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Arto Viitanen wrote:
Arne Vajhøj wrote:
The JScript.NET compiler is callable from C# code.
You get the source as a string, you compile it to an in memory
assembly, you load it and instantiate classes from it.
I have been testing Lua with LuaInterface
(http://luaforge.net/projects/luainterface) and it seems fine.
There are alternatives to ECMAScript, but the original
poster asked for that.
Arne
.
Relevant Pages
- Re: Saving program state in executable
... UML or OWL data using XML's DOM model, it takes quite a while to load ... The overhead is mostly the textprocessing and parsing of the XML models. ... 'const' record, or set of records, at compile time, and that might be ... knows it is one block of memory (assuming it doesn't contain e.g. ... (comp.lang.pascal.misc) - Re: ZX81 Mcoder II, trying to compile.
... and now I want to use Mcoder II to compile it. ... It's distinctly possible that its circumvention of the ROM tape routines (to load .P or .81 files) clears MCoder from memory whenever you LOAD anything. ... If I were you, I'd enter a shorter program with MCoder in memory and try to compile that, just to check that the compiler actually works first, because I could well be totally wrong and it's simply your copy of MCoder that's buggered. ... (comp.sys.sinclair) - Re: Memory limit reached with Windows Mobile
... That would explain the memory problem - you just can't do that. ... You have to load stuff when it's ... All native DLLs get loaded ... (microsoft.public.pocketpc.developer) - Re: Memory limit reached with Windows Mobile
... That would explain the memory problem - you just can't do that. ... Once I reached the 12 Mb limit, I cannot load any DLLs, yet if I ... Actually, simply by loading our 18 Native DLLs, we reduce the Virtual ... (microsoft.public.pocketpc.developer) - Re: Generating one table with a terabyte of data
... Take any simple string matching issues and run them as external C code on the files before loading. ... not match the job but can be adjusted for greater performance by changing memory type or adjusting IO layouts. ... them after a bulk load. ... Another thing is to split the updates across file sets. ... (microsoft.public.sqlserver.dts) |
|