HenchLua

HenchLua is a performance-oriented implementation of the Lua runtime in C# (with support for constrained .NET environments).

This page exists to collect together a series of posts I'll be writing on the design and implementation of the runtime, and by extension of the Lua runtime as well.

  1. Introducing HenchLua
  2. Representing Values