Answer the question
In order to leave comments, you need to log in
How can the go language be compiled?
I'm relatively new to programming, but how can go be compilable? It's actually a python. Dynamic typing, etc. As far as I know, compiled ones, those that communicate closely with the computer and are immediately translated into bytes, but how can go be translated? If it can, then why can't python or java?
Answer the question
In order to leave comments, you need to log in
Uncle sho you sculpt. It seems to you that there is dynamic typing, but you try to do it like this:
x := 1
x = "Test"
x = 1
x = "Test"
x := 1
var x int = 1
judywb ,
as I know, compiled ones are much better than non-compiled ones, and why would the creator of the language worsen their language, or are they just too lazy
It's actually a python.
Dynamic typing, etc.
As far as I know, compiled ones, those that communicate closely with the computer and are immediately translated into bytes, but how can go be translated?
If it can, then why can't python or java?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question