▲ | gf000 4 days ago | |
Well, I personally would be happier with a stronger type system (e.g. java can compile just as fast, and it has a less anemic type system), but sure. And sure, it is welcome from a dev POV on one hand, though from an ecosystem perspective, more languages are not necessarily good as it multiplies the effort required. | ||
▲ | pjmlp 3 days ago | parent | next [-] | |
It is kind of ironic that from Go's point of view, Java's type system is PhD level of language knowledge. Especially given how the language was criticised back in 1996. | ||
▲ | Mawr 3 days ago | parent | prev [-] | |
What do you mean by saying Java compiles just as fast? Do you mean to say that the Java->bytecode conversion is fast? Duh, it barely does anything. Go compilation generates machine code, you can't compare it to bytecode generation. Are Java AOT compilation times just as fast as Go? |