1
vote
15answers
228 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
5answers
57 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 …
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.
0
votes
6answers
168 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
0answers
5 views
Grammatica Parsing Error, Wrong Expected Encoding?
I'm trying to use grammatica to generate a C# parser for a language I'm attempting to build (hobby project). However, everytime I run the grammatica parser, I get an error at line 1 position 1, …
1
vote
4answers
133 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).
…
0
votes
5answers
86 views
Which most common extensions are there (or used) to ANSI C?
You can put a link to comparison matrix or lists of extensions available to main compilers. If none of this is available, you could write a list of extension you use or like in your favorite compiler.
…
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
57 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
vote
6answers
116 views
Programming Languages - Who Inspired Whom? [closed]
Working on PHP frameworks lately, i notice that many of them are inspired by java or ruby frameworks. For instance, the Doctrine ORM is based on RoR's Activerecord (with maybe some elements of Java's …
0
votes
6answers
142 views
Future Popular Languages [closed]
Getting as example Ruby, a language that some years back all will say that it will never be a popular language, but because of a framework, now it's one of the most popular languages. Then I want to …
14
votes
10answers
485 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
1answer
87 views
What is the most important feature of a programming language? [closed]
What is the defining feature of a programming language, such that if the feature is not present, then the language cannot exist?
1
vote
3answers
61 views
Your predictions on Languages evolution
Well, I know it's not all about speed and memory usage.
But I would like to know what you think will happen to most of the high-level programming languages. As far as I know, Java is much faster than …
1
vote
16answers
361 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 …
