←back to thread

175 points nateb2022 | 1 comments | | HN request time: 0.219s | source
Show context
cynicalsecurity ◴[] No.41524349[source]
Go is not the correct language for this. This must be written in a language that support manually freeing variables from the memory. Go is a garbage-collected programming language.

Go is also not supposed to be used in a complicated way. Its use cases must remain simple.

replies(1): >>41525475 #
1. mr90210 ◴[] No.41525475[source]
I have never written anything in Erlang, but if my system requires some of Erlang’s built-in features, I am picking Erlang or Elixir.