| ▲ | sakompella 3 days ago | |||||||
I think transpiling to C is probably the least interesting way to tap into C. FFI is a lot valuable (and doable). | ||||||||
| ▲ | thomasmg 3 days ago | parent [-] | |||||||
There are surprisingly many languages that support transpiling to C: Python (via Cython), Go (via TinyGo), Lua (via eLua), Nim, Zig, Vlang. The main advantage (in my view) is to support embedded systems, which might not match your use case. | ||||||||
| ||||||||