←back to thread

Go is still not good

(blog.habets.se)
644 points ustad | 1 comments | | HN request time: 0.241s | source
1. singularity2001 ◴[] No.44984495[source]
That's why there is the Goo language: Go with syntactic sugar and batteries included

https://github.com/pannous/goo/

• errors handled by truthy if or try syntax • all 0s and nils are falsey • #if PORTABLE put(";}") #end • modifying! methods like "hi".reverse!() • GC can be paused/disabled • many more ease of use QoL enhancements