weiwenhao
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Integrating WebView with Nature Programming Language (nature-lang.org)
- Nature vs Golang: Performance Benchmarking (nature-lang.org)
- Nature 0.6 Released, Better Server-Side Development Experience (nature-lang.org)
-
Hello, I'm the author of the nature programming language, which has reached an early usable version since its first commit in 2021 until today. --- Why implement such a programming language? go is a programming language…
-
This is an introduction to the "Nature" project: https://nature-lang.org/docs/getting-started/meet-nature I am the author of the Nature language, and today I have released the 0.4.0-beta version. For detailed updates,…
-
I am working on implementing a concurrent tri-color marking garbage collector. I read some posts that mention that prior to version 1.14, Golang could not forcibly stop goroutines, making it impossible to start GC. My…