Show HN: A new programming language inspired by Go, no LLVM
4 hualaka 4 5/29/2025, 5:25:42 PM github.com ↗
Comments (4)
hualaka · 17h ago
I am the author of the nature programming language. You can find code examples and a playground to try it out on the official website at https://nature-lang.org I would appreciate your feedback.
fithisux · 16h ago
Do you use Go Assembly for code generation?
hualaka · 16h ago
Without using Go's asm, directly translate it into assembly code for the target system, then link and cross-compile it.
fithisux · 1h ago
Impressive