Friday, November 13, 2009

Familiar? Forget it!


If it's familiar to you - u should try Google Go language. As developers write - you will forget about killing time waiting for compile. For example If A.go depends on B.go depends on C.go:
- compile C.go, B.go, then A.go.
- to compile A.go, compiler reads B.o not C.o.
At scale, this can be a huge speedup.

No comments:

Post a Comment