Tagged Questions

108
votes
57answers
7k views

What’s your take on the programming language Go?

I've just been told about a new programming language, Go, developed at Google by such notables as Ken Thompson and Rob Pike. Does anyone have any experience with it so far? What are your thoughts …
1
vote
15answers
258 views

Programming Languages for writing GUI application

Other than .NET or Java, which language can be used to write an application for Windows and Linux?
0
votes
1answer
89 views

What are the advantages and disadvantages of the require vs. import methods of loading code?

Ruby uses require, Python uses import. They're substantially different models, and while I'm more used to the require model, I can see a few places where I think I like import more. I'm curious what …
14
votes
10answers
504 views

What is so special about Smalltalk?

In every technical publication, and on this site too, people are always comparing OO languages to Smalltalk. My experience is in Java: is Smalltalk so important that I should study it?
0
votes
5answers
63 views

Which language to choose for a Jabber bot?

I'll be writing an XMPP (Jabber) bot, and I need to decide in which language should I write it. Currently I'm considering Python, Java, and PHP. Since I'm expecting the bot to be running most of the …
27
votes
19answers
972 views

What is a programming language?

No, really. I've struggled to come up with a really great definition. Here's my take till now: A programming language is a formal language, containing syntax. Syntactical rules are used to form …
38
votes
61answers
3k views

Which programming language is manageable by an 11 year old kid?

Possible Duplicates: What is the easiest language to start with? What are some recommended programming resources for pre-teens? My son is 11 years old and he would like to learn a …
0
votes
6answers
169 views

Which languages have integers with limit and which without limit? [closed]

I know that Python have integers without limit and C integers with limit. Which other languages fall in this two categories?
0
votes
1answer
58 views

What was the first programming language to allow arbitrary length variable names? [closed]

What was the first programming language to allow arbitrary length variable names? I'm talking about third-generation programming languages really.
20
votes
32answers
2k views

Code-Golf: What is the shortest program that compiles and crashes?

This is a little bit of fun. Can you devise the shortest program which compiles but does nothing but immediately crash when executed? Wherefore by "crash" we mean that the program stops with an error …
6
votes
16answers
445 views

What’s a ‘fun’ high-level programming language to learn? [closed]

I know HTML, CSS, PHP, SQL, and a decent bit of JS. I've had a good bit of fun learning all of them, but I want to move away from languages that are so web-based and aren't real programming languages. …
0
votes
7answers
143 views

Which language should one try out after basic c/c++? [closed]

Since there are so many languages around, it's confusing for a newbie like me to make a choice. Is there a language which should be chosen over others in the current scenario?
1
vote
4answers
135 views

What technology stack to choose

Hi, For the criterias below, what a technology stack would fit best? Cross-platform (Linux/Windows). Ability to run as a service (daemon). Powerful object-oriented data access (O/R-mapping). …
1
vote
16answers
363 views

The Pragmatic Programmer: After PHP, what’s next?

I'm reading The Pragmatic Programmer and I'm on the section where the authors suggest that we learn a new language every year. I'm currently a PHP developer and I'm wondering, what should I learn …
1
vote
4answers
59 views

Need a better language/frameworks doing RESTful webservices

I'm developing out replacements for our company's web service stack. The current stack was developed using SOAP and had some REST endpoints manually hacked in. It's a maintenance nightmare. I can …

1 2 3 4 5 66 next
15 30 50 per page