Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway27448
20 days ago
The ABI is not the issue.
1 comments
cozzyd
19 days ago
It's an issue if you want different software components to talk to each other without IPC.
link
throwaway27448
19 days ago
Most languages can interoperate with the C abi without commiting you to using the language itself. In fact I can't think of a single language that both produces software people actually use and doesn't interoperate with the c abi.
link