Programmatic CAD option (like OpenSCAD) for Lua

Playground here:

Fascinating, I have never paid much attention to, or used Lua; but it does seem to be a good language for embedded functions and programming.

It’s certainly a nicer syntax than OpenSCAD’s ‘C but not really C’ mish-mash, which I still occasionally get wrong. sigh.

But… I think that PythonSCAD is a better way forward; for me the idea that 3d Objects should be objects in a programmatic sense too seems quite a good one. And python is a nice language (at least imho :wink: )