|
You are here |
yastr.dev | ||
| | | | |
chriswarrick.com
|
|
| | | | | I wrote an app in C# and I liked it. | |
| | | | |
etodd.io
|
|
| | | | | I set out to add scripting support to Project Lemma the other day. End result: I can recompile C# scripts on the fly and cache the bytecode in DLLs. The best part: there's no special binding code, and no performance hit. There are a lot of .NET scripting solutions out there. Here's a few I found in my research: IronPython. Fully dynamic, kinda slow. Requires marshalling of some kind between the script world and .NET. CSScript. Very well supported, includes Visual Studio extensions and shell extensions. Compiles C# to bytecode at runtime, with caching. Scripts cannot be changed once loaded. Lua. The industry standard in scripting. From what I understand, a little challenging to get working with .NET. I decided to try out C# runtime compilation. Really, C# is ... | |
| | | | |
michaelscodingspot.com
|
|
| | | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | | |
blog.stevensanderson.com
|
|
| | | Steve Sanderson's Blog | ||