|
You are here |
www.meziantou.net | ||
| | | | |
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 ... | |
| | | | |
aradaelli.com
|
|
| | | | | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status. | |
| | | | |
renato.athaydes.com
|
|
| | | | | [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten. | |
| | | | |
honza.pokorny.ca
|
|
| | | Thoughts of an open source developer with a theology degree. Honza Pokorný is a web developer and an armchair theologian in Halifax, Canada | ||