Tutis's blog

By Tutis, history, 13 days ago, In English

Hi, when is the go compiler getting updated?

Would be cool to have both the latest gccgo and standard go compiler.

  • Vote: I like it
  • +30
  • Vote: I do not like it

»
13 days ago, # |
  Vote: I like it +35 Vote: I do not like it

Here's the update! I've upgraded Go to version 1.22.2 and PyPy3-64 to version 3.10/7.3.15. Enjoy using them!

P.S. After my return from Egypt, you can expect more updates!

  • »
    »
    13 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Let's goooo

    • »
      »
      »
      13 days ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      On the same note, I think golang would benefit from multiple file/folder submissions. There's no scoping for methods bound to types, the usual convention is to only put 1 type per file (and usually not 2 files per type) while putting the constructor and public methods at the top.

  • »
    »
    13 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it