Show HN: Turbine – A scripting language for C/C++ with Markdown-like syntax
dev.toHi HN,
I’ve been working on a small scripting language called Turbine, designed to be embedded in C and C++ applications with minimal overhead. Turbine uses a Markdown-inspired syntax, aiming to be readable and writable by both engineers and non-engineers. It comes with built-in container types like vec, set, and map, and a straightforward C API for integration.
Would love to hear your thoughts and feedback!