←back to thread

480 points jedeusus | 1 comments | | HN request time: 0s | source
Show context
ljm ◴[] No.43540889[source]
You're not really writing 'Go' anymore when you're optimising it, it's defeating the point of the language as a simple but powerful interface over networked services.
replies(4): >>43541337 #>>43542091 #>>43544202 #>>43544292 #
1. Cthulhu_ ◴[] No.43544292[source]
What do you mean? If you don't want that level of control over e.g. memory allocation, registries, cache lines etc, there's higher level languages than Go you can pick from, e.g. Java / C# / JS.