Show HN: Chain – A Python-like language with native inline C++
By Pilot0253 · 2026-08-11 · 2 points · 0 comments
https://github.com/Nebania/chain-lang
Chain (Formerly Link-Lang) is a Python-syntax scripting language that was built from scratch in C++, with one feature I haven't noticed elsewhere: an 'extern "c" { }' block where you can write real C++ directly inside a script. The runtime then compiles it, catches the .so, and…
Open the full discussion on BetterNews