Go tends not to play well with other languages, because of its NIH philosophy — it has its own compiler, its own ABI, its own stack layout, its own heaps, its own threading. This makes it expensive to call in/out of Go.
- Shared lib in Nim for other languages? zulu
- Re: Shared lib in Nim for other languages? adnan
- Re: Shared lib in Nim for other languages? snej
