HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by singularity2001

Comment by singularity2001 2 days ago

0 replies

View on Hacker News

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