Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> I'm not sure there is any way around the impedance mismatches between languages.

CLR has an approach for that by defining what is known as CLS, Common Language Subsystem.

Likewise they have a similar approach on WinRT, known as Type Providers.

However they also have their impedance mismatches, as you are only allowed to use types that are usable by all languages that target such runtimes.

The benefit is that they still allow for an higher level of code abstractions than pure C functions.



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

Search: