What's Here?
- Members: 306,856
- Replies: 841,339
- Topics: 140,573
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,673
- Members: 110
- Guests: 1,563
|
Loading. Please Wait... 
|
  |
Replies(1 - 18)
| PsychoCoder |
RE: Google Introduces Go - Python Meets C++
11 Nov, 2009 - 04:14 PM
|

I Code, Therefore I am

Joined: 26 Jul, 2007
Posts: 14,919
Thanked: 517 times
Dream Kudos: 11525
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery
My Contributions
|
Hmm, very interesting and could be quite intriguing. I'm going to change the title of this and Feature it, should provide some good conversation.
|
|
|
|
| baavgai |
RE: Google Introduces Go - Python Meets C++
11 Nov, 2009 - 04:49 PM
|

Dreaming Coder

Joined: 16 Oct, 2007
Posts: 4,347
Thanked: 410 times
Dream Kudos: 550
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua, Cheese
My Contributions
|
I watched the video that was posted earlier. I must say, it looks interesting.
I looks more like Python or Ruby meet a compiler. The typing seems tighter than the ubiquitous duck typing. There's a strong leaning toward multi processing and thread safety.
I was very surprised it's only offered on Linux and OS X. Looks like the non windows side of google took a run at this. If they wrote Chrome in the thing or had support in Android, that would be really something.
|
|
|
|
| Tom9729 |
RE: Google Introduces Go - Python Meets C++
11 Nov, 2009 - 10:33 PM
|

Debian ninja

Joined: 30 Dec, 2007
Posts: 2,143
Thanked: 53 times
Dream Kudos: 425
My Contributions
|
Check out the Google group if you're curious, it's very active right now and there's some interesting discussion going on. I installed it and plan to play around with it maybe this weekend. Some things that I find disappointing just from doing a little reading: - No shared libraries. - No ternary operator. - Only really works on Linux. Things I do like: - The "standard" library seems pretty broad, while not being too big. - ":=" for assignment like Pascal. Looking forward to some OpenGL bindings eventually.
|
|
|
|
| baavgai |
RE: Google Introduces Go - Python Meets C++
12 Nov, 2009 - 06:36 AM
|

Dreaming Coder

Joined: 16 Oct, 2007
Posts: 4,347
Thanked: 410 times
Dream Kudos: 550
Expert In: C, C++, Java, C#, ASP.NET, PHP, Perl, Python, Oracle, SQL Server, MySql, HTML, JavaScript, Lua, Cheese
My Contributions
|
Oops. Likes like some other guy made Go! a couple of years ago. http://www.informationweek.com/news/softwa...cleID=221601351I wouldn't be too put out if they did change the name. If anyone, Google should understand what a pain in the ass it is to search for something that's also an English verb. And a board game. I mean, really guys: http://www.google.com/search?q=go+examples
|
|
|
|
|
|