For those interested in using Lua or a similar syntax I curated a list of typed Lua-related projects: - https://luau-lang.org (Lua derivative, interpreted / sandboxed, from Roblox) - https://terralang.org (Lua JIT compiler) - https://nelua.io (Lua-syntax -> C compiler (WASM too w/ Emscripten) - https://github.com/pallene-lang/pallene (Lua AOT compiler) - https://github.com/teal-language/tl (Teal -> Lua compiler) - ht…
In vitro medical diagnostics, using microfluidics, fluorescence spectroscopy and imaging.
Neat. Would love to know more about how you're using Lua in that context ..
Currently just starting with a very simple prototype, which is a very basic action scheduler for running analysis workflows. It will become more capable as more system functionality is wrapped and exposed. That ease of wrapping and sandboxing the Lua environment is one of the features I really like about Lua.