Poll: What is your primary programming language?
71–80 of 98 posts
Re: Poll: What is your primary programming language?
#72Re: Poll: What is your primary programming language?
#73SQL (if one can call it a programming language).
Re: Poll: What is your primary programming language?
#74I've spent the last five years in Rails, but finally got the whole "the browser handles the MV* framework" thing with Node.js, and now I've converted myself totally to javascript. Write backend and frontend code in the same language? Yes please. Longing for that fantastically delicious Ruby syntax? Do everything in coffeescript.
"Write backend and frontend code in the same language? Yes please." It's an awesome goal. I just wish that language wasn't Javascript...
It's seamlessly integrated with Node.js. I don't even notice I'm doing coffee, even my files are auto-compiled and minified to JS via express-coffee-script without me or the user noticing.
Or try one of the many alternatives: LiveScript, Coco...
Re: Poll: What is your primary programming language?
#75Delphi - I'm all alone
Re: Poll: What is your primary programming language?
#76http://quickhist.onloop.net/C=45,C++=71,C-Sharp=64,Cobol=0,C...
Re: Poll: What is your primary programming language?
#77Re: Poll: What is your primary programming language?
#78Earlier quoted context omitted.
"Write backend and frontend code in the same language? Yes please." It's an awesome goal. I just wish that language wasn't Javascript...
CoffeeScript alleviates the issue. Seriously. I don't really like Ruby/Python (which CS seems to be heavily inspired on) but it's WAAAY better than JS. It's seamlessly integrated with Node.js. I don't even notice I'm doing coffee, even my files are auto-compiled and minified to JS via express-coffee-script without me or the user noticing. Or try one of the many alternatives: LiveScript, Coco...
Like CoffeeScript's homepage current states, 'The golden rule of CoffeeScript is: "It's just JavaScript".'
The problems with JavaScript are very inherent and at its very core. They aren't the kind of things that are fixed by changing the syntax. While languages like Dart and TypeScript go far beyond where CoffeeScript does, the mere presence of JavaScript underneath still causes problems and forces in limitations.
Re: Poll: What is your primary programming language?
#79Earlier quoted context omitted.
CoffeeScript alleviates the issue. Seriously. I don't really like Ruby/Python (which CS seems to be heavily inspired on) but it's WAAAY better than JS. It's seamlessly integrated with Node.js. I don't even notice I'm doing coffee, even my files are auto-compiled and minified to JS via express-coffee-script without me or the user noticing. Or try one of the many alternatives: LiveScript, Coco...
CoffeeScript still suffers from many of the same problems that JavaScript does, as it's basically a very thin syntactic veneer over JavaScript. Like CoffeeScript's homepage current states, 'The golden rule of CoffeeScript is: "It's just JavaScript".' The problems with JavaScript are very inherent and at its very core. They aren't the kind of things that are fixed by changing the syntax. While languages like Dart and…
Re: Poll: What is your primary programming language?
#80Voted for C++. Pretty high points. Unfortunately, this is not reflected in recent "who is hiring" threads. Lets hope for the best in the upcoming one :)