Explore >> Select a destination


You are here

yastr.dev
| | chriswarrick.com
6.0 parsecs away

Travel
| | I wrote an app in C# and I liked it.
| | etodd.io
5.9 parsecs away

Travel
| | 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
6.6 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | blog.stevensanderson.com
23.9 parsecs away

Travel
| Steve Sanderson's Blog