Live data from Hacker News

Using Lua with C++

edw.is

41–43 of 43 posts

Re: Using Lua with C++

#41
post #40
post #39

Earlier quoted context omitted.

You're welcome - what are you working on, may I ask? Common interests, and all ..

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 ..

Re: Using Lua with C++

#42

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…

There's also https://moonscript.org/(Lua's CoffeeScript on author's words).

Re: Using Lua with C++

#43
post #41
post #40

Earlier quoted context omitted.

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.
Post reply on HN