Hacker News new | ask | show | jobs
by thegeekpirate 202 days ago
Completely replaced Go for me after using Go since inception.

Wonderful language!

1 comments

Is there a GC/equivalent, or you do manual memory management?
There's a GC library around somewhere, but I doubt anyone uses it. Manual memory management is generally quite simple, as long as you aren't using archaic languages.

https://www.youtube.com/watch?v=xt1KNDmOYqA is worth a watch.