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

Okay, but now you're using a C library as the basis for your non-C programming language. I understand why it is that way, but that kind of sucks.



Ehh… does it kind of suck? The ABI of libc's syscall wrappers is basically "here's some ELF symbols to call with some arguments using the operating system's preferred calling convention". The only really "C" thing about it, other than the name, is struct layouts of various arguments.




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

Search: