Skip to content

Comment on Show HN: A new programming language inspired by Go, no LLVMparent

Comments

Those design decisions by Go are what caused the need to trampoline to C right? How does nature fix that? Does it work well with GPUs?

Calling C code can solve most performance and ecosystem issues. Nature natively implements the system ABI for various operating systems and CPU architectures, enabling C code libraries to be called at extremely low cost. In Go, a separate thread + hook is required to call C functions.

I have not yet considered GPU-related features.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.