| | |
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 27 Days Ago
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 27 Days Ago
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 27 Days Ago
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. - MacGyver Fan
http://syntax.cwarn23.net/
Smilies: ^_* +_+ v_v -_- *~*` My favourite PC. - MacGyver Fan
•
•
Join Date: Nov 2009
Posts: 79
Reputation:
Solved Threads: 21
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 27 Days Ago
It seems Go will be used so much on server applications that's why windows has not been considered.
Catch me here!
3
#10 27 Days Ago
•
•
•
•
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?
| Thread Tools | Search this Thread |
advice amazon apple article bankrupt bankruptcy bear beard books bot chat children clocks comedy consoles convert daniweb development disk dlc ebook election empty feed financialcrisis future game games gaming garbage google gtaiv halo3 happiness hardware hunting information internet java kids king knife language larnyx linux love lynx mad madden manly marketing mars microsoft neuropathology news nintendo obama odf olympics operating opinion os outlook parentalcontrol planning playstation population programming ps3 python research rss school search sims software softwaredevelopment sony source space starteam stocks subversion survey systems thing time tinfoil_hat vapid videogames wakoopa walmart wii windows windows>all windows_wins worldofwarcraft wow xbox xbox360







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