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.
hualaka•18h ago