Hacker News new | past | comments | ask | show | jobs | submit login

> interface with other languages…

Many languages that compile to native code allow you to export functions in a way that they can be called from other C code.

This means you'd write your actual code in whatever language you want (possibly one that does have a generic vector in its standard library - but I guess these days that's anything but C) and then you'd just export a usable-by-C interface so other languages still get to interface with your implementation.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: