| | |
Google's new language..
![]() |
So.. Google are going ahead with their 'Go' programming language - "a cross between C++ and Python".
Article
Official site
Not sure what my thoughts are on it yet. What does everyone else make of it..?
Article
Official site
Not sure what my thoughts are on it yet. What does everyone else make of it..?
1
#3 Nov 10th, 2009
I was just posting to see what the general consensus was to be honest .
Personally, I think that it sounds like a good idea in that Python and C++ are both powerful languages and the combination could balance out each language's disadvantages but I'm not entirely sure how that would work smoothly.. and even though the idea sounds nice I'm not so sure I like it running under Google - 'evil' is a strong word but..
I guess it depends what their plans are for it.. and maybe how open they are about developing it further.
Personally, I think that it sounds like a good idea in that Python and C++ are both powerful languages and the combination could balance out each language's disadvantages but I'm not entirely sure how that would work smoothly.. and even though the idea sounds nice I'm not so sure I like it running under Google - 'evil' is a strong word but..
I guess it depends what their plans are for it.. and maybe how open they are about developing it further.
3
#4 Nov 11th, 2009
Well, I like it. In particular, slices, rather than pointer arithmetic, is simply The Right Thing.
I have been looking for a good safe systems programming language, and it seems like garbage collection is the practical thing to do. The other option is Cyclone, which I don't like.
I have been looking for a good safe systems programming language, and it seems like garbage collection is the practical thing to do. The other option is Cyclone, which I don't like.
All my posts may be redistributed under the GNU Free Documentation License.
0
#5 Nov 11th, 2009
Looks like google doesn't let this language run on windows because windows is too popular. hehehe At least it will run on linux and mac. Unfortunate that it's not cross platform for all systems.
Try not to bump 10 year old threads as it can be really annoying.
http://syntax.cwarn23.net/
My favourite PC. - Oopy Doopy Do 2U2!
http://syntax.cwarn23.net/
Smilies: ^_* +_+ v_v -_- *~*` My favourite PC. - Oopy Doopy Do 2U2!
•
•
Join Date: Nov 2009
Posts: 79
Reputation:
Solved Threads: 22
not even if it's mixed with such excellent features as Python's. 
Sorry I'm not able to burst into enthusiasm. The statement alone, they would combine Python's development speed with the "safety of a compiled language like C or C++" is a farce. C++ is one of the unsafest languages out there. Not to mention the ugly syntax
One really cool hybrid between dynamically and statically typed language with a great syntax is Boo. Another language that already provides most features of Go's is D.
I guess Google's move has market-strategic reasons more than everything else. Nonetheless I would very much welcome a truly safe (unlike C++) system programming language that is backed by a strong player in the market and does not suffer from the resource hunger of .NET and Java.

Sorry I'm not able to burst into enthusiasm. The statement alone, they would combine Python's development speed with the "safety of a compiled language like C or C++" is a farce. C++ is one of the unsafest languages out there. Not to mention the ugly syntax

One really cool hybrid between dynamically and statically typed language with a great syntax is Boo. Another language that already provides most features of Go's is D.
I guess Google's move has market-strategic reasons more than everything else. Nonetheless I would very much welcome a truly safe (unlike C++) system programming language that is backed by a strong player in the market and does not suffer from the resource hunger of .NET and Java.
"I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum."
------------
This posts may be redistributed under the Creative Commons BY-SA License.
------------
This posts may be redistributed under the Creative Commons BY-SA License.
•
•
Join Date: May 2008
Posts: 97
Reputation:
Solved Threads: 16
0
#8 Nov 11th, 2009
It seems Go will be used so much on server applications that's why windows has not been considered.
Catch me here!
3
#10 Nov 11th, 2009
•
•
•
•
not even if it's mixed with such excellent features as Python's.
Sorry I'm not able to burst into enthusiasm. The statement alone, they would combine Python's development speed with the "safety of a compiled language like C or C++" is a farce. C++ is one of the unsafest languages out there. Not to mention the ugly syntax
Go is a variant of C and has a type system very similar to C's. I think it's a great place to start -- it doesn't have exceptions, so the behavior of things is very predictable. I can imagine projects where I'd normally use C, but now I'd use Go. And Go has room to grow.
All my posts may be redistributed under the GNU Free Documentation License.
![]() |
Similar Threads
- which language google made in (Oracle)
- News Story: Gmail to translate foreign spam into English, automatically (Pay-Per-Click Advertising)
- Creating My Own Proxy (PHP)
- About language translotor?? (PHP)
- Experiment:Blog in english and spanish 50% (Search Engine Optimization)
- New Language combines: Asynchronous JavaScript+CSS+DOM+XMLHttpRequest (JavaScript / DHTML / AJAX)
Other Threads in the Geeks' Lounge Forum
- Previous Thread: World Language Ideas
- Next Thread: What would you do if Microsoft went bankrupt, and Windows became an orphan product?
Views: 2128 | Replies: 26
| Thread Tools | Search this Thread |
Tag cloud for Geeks' Lounge
advice amazon article bankrupt bear beard books bot chat clocks code comedy complaint consoles convert daniweb development disk dlc ebook election facebook feed future game games gaming garbage google grandtheftauto gta gtaiv happiness hardware idiocy information internet java kindle knife language larnyx library linux love lynx mad madden merger microsoft netbook neuropathology news nintendo office olympics operating opinion os outlook parentalcontrol parenting planning playstation population programming ps3 ps4 python santa school search sims software softwaredevelopment sony source space starteam study subversion systems tablet tech thing time tinfoil_hat usarmy videogames walmart wave wii windows windows>all windows_wins world worldofwarcraft xbox xbox360 xmas







Oh, well that sucks. Not a fan of languages that aren't easily portable.