Tag: Go

  • Grumpy: Python on Go

    Google are making a Python to Go cross compiler The idea here is that Google have a lot of Python to run, but Python’s Virtual Machines (especially with the Global Interpreter Lock) aren’t all that good for high-performance parallelism. OTOH built Go! and the Go target machine for this. So they want to make a…

  • Programming in Go

    Very interesting video about how to program with Go language.