Current language projects

How many of you may know that Google has just released Go Language ( http://golang.org ) as an experimental language. Does anyone know of any projects people have "experimented" with? It’s just interesting what people still take upon themselves. Although it may be too soon to say.

+19
programming-languages go
Dec 30 '09 at 10:06 p.m.
source share
5 answers

As Go is still the language; most of the projects based on it were created by volunteers and experimenters:

And Hello World! last year:

In addition, there are many bindings to the created C-code, ordinary programming experiments and people who want to click Go to new platforms (for example, Win32).

+5
Dec 30 '09 at 10:27
source share

If you want to try writing web applications in go, I wrote a small web infrastructure called web.go. This is still in the early stages, but I think it will become really useful.

+5
Dec 31 '09 at 8:30
source share

My company is working on a Go compiler for Win32 . After some early experiments with various approaches, we finally settled on creating it in Go itself, starting with a cross compiler on Linux (we would use the Mingw port, but we started before it was really ready). When we bring it to such an extent that it can compile itself, we know that we will be very close to delivery.

Google usually calls all beta versions as long as they can and, however, is being formed, they go around hedging on Go, refraining from calling it "ready for prime time." However, our experience was very positive. The compiler is in pretty good shape, and the support libraries are pretty good. Given the nature of our project, we cannot talk about the work itself. It is functional enough for our needs, but we are not completely upset about it.

We really loved the language itself. Given its novelty, there is a clear lack of "howtos" and tutorials, and we had to analyze a lot of things by trial and error and delve into the specifications, but the Google team was very consistent in its design, which means that basically everything works the way we expect when we get to this point.

In general, he receives thumbs from us.

+3
Jan 03 '09 at 17:14
source share

One way to find an example Go code that looks like this would be Google Code Search for lang:go

+2
Dec 30 '09 at 23:06
source share

Please find a link with a structured list of links to some Go projects.

For example, with the following topics

  • Operating system interfaces
  • P2P and file sharing
  • Virtual machines and languages
  • Simulation modeling
  • Source code management
0
May 11 '14 at 18:11
source share



All Articles