weiwenhao

↗ HN profile [ 60.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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,…

  3. 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…