Go language
Posted: Tue Apr 03, 2012 12:15 am
Has anyone spent some time experimenting with the Google Go Programming Language: http://golang.org/ ?
It recently officially went to version 1.
It recently officially went to version 1.
I tried go but the lack of parenthesis put me off the syntax. I prefer the D language instead.USCode wrote:Has anyone spent some time experimenting with the Google Go Programming Language: http://golang.org/ ?
It recently officially went to version 1.
You can add parenthesis in IFs and FORs if you want to.Blood wrote:I tried go but the lack of parenthesis put me off the syntax.
I just went the other way around.Blood wrote:I prefer the D language instead.
Code: Select all
go build hello.go
you should try smalltalk, python or common lisp. with those languages you can code and modify your program while running.USCode wrote:Some folks here have touched on one of the key reasons why PB appeals to me and why Go is interesting: quick compilation.
You can write some code and test it quickly without waiting for a lengthy complile-link cycle.
I guess the key problem here with Go for many folks is the lack of an integrated IDE for Go.
How about the standard go package library? How does it compare to PB's?
I've looked at those in the past, no thanks. I didn't explain myself very well, my point was you get a compiled native executable with good speed and no interpreter required.xorc1zt wrote:you should try smalltalk, python or common lisp. with those languages you can code and modify your program while running.
http://en.wikipedia.org/wiki/Read%E2%80 ... print_loop