Show HN: Turbine – A scripting language for C/C++ with Markdown-like syntax
3 tsubo164 0 4/25/2025, 11:20:47 AM dev.to ↗
Hi 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!
No comments yet