Linked by kragil on Wed 23rd Jan 2013 20:26 UTC
Thread beginning with comment 550135
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE[2]: Comment by Laurence
by Laurence on Wed 23rd Jan 2013 20:48
in reply to "RE: Comment by Laurence"
Go is a C like language, a little more pretty but still with a syntax that can become hard to read IMHO.
Sorry, but I'm not sure I get your point as both the officially supported languages are C-like (Java and C++).
However Go is much more than just another C-like language. Syntactically it's concise yet still verbose enough to be readable. It's a managed language but it doesn't make assumptions (unlike some managed languages).
In all honestly, I've only been using it a week yet it's so easy to pick up that I already feel like I've been programming in the language for months. It really is a joy to use.
Plus it's cross compiling support is child's play. I can write an application on x86, get it working exactly how I want, then just change one compiler flag to create and ARM binary for my Raspberry Pi. I will concede that it's been the best part of 10 years since I've done any cross compiling in C++, but I'm sure it was never that easy.
Edited 2013-01-23 20:50 UTC
Not sure why anyone would want to run C++ in a web browser.
Either because you have a C++ desktop app or game that you want to turn into a web app without rewriting all the core logic in JavaScript, or because you a have web app that you want to speed up by writing a couple of core bottlenecks in C++.
RE[2]: Comment by Laurence
by moondevil on Wed 23rd Jan 2013 22:31
in reply to "RE: Comment by Laurence"
Not sure why anyone would want to run C++ in a web browser.
Ugh, ever here of a some computation requiring performance??? Say something like game, imagine if Chrysis were written in some script kiddie language.
Nacl holds huge promise for games,HPC/distributed computing, or any other computationally intensive app.
RE[2]: Comment by Laurence
by moondevil on Wed 23rd Jan 2013 22:32
in reply to "RE: Comment by Laurence"
RE[2]: Comment by Laurence
by Laurence on Wed 23rd Jan 2013 22:51
in reply to "RE: Comment by Laurence"
"Not sure why anyone would want to run C++ in a web browser.
Ugh, ever here of a some computation requiring performance??? Say something like game, imagine if Chrysis were written in some script kiddie language.
Nacl holds huge promise for games,HPC/distributed computing, or any other computationally intensive app. "
Here's a thought , writing native C++ for the desktop. I bet it would never catch on though
RE[2]: Comment by Laurence
by dragos.pop on Thu 24th Jan 2013 08:16
in reply to "RE: Comment by Laurence"





Member since:
2007-03-26
Not sure why anyone would want to run C++ in a web browser.
Off topic, but I wish Google would hurry up and release an Android SDK for Go though.