Tagged Questions

10
votes
16answers
540 views

What Python features will excite the interest of a C# developer?

For someone who’s been happily programming in C# for quite some time now and planning to learn a new language I find the Python community more closely knit than many others. Per …
11
votes
22answers
756 views

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

This is a little bit of fun. Can you device the shortest program which compiles but does nothing but immediately crash when executed? Wherefore by "crash" we mean that the program …
3
votes
10answers
161 views

Tips for developing in several languages at once

Does anybody have any tips for utilizing multiple languages at the same time? I use objective-c, c, perl, ruby, bash, ksh, rails, and other proprietary languages every day and am …
99
votes
53answers
6k 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 ar …
35
votes
58answers
2k 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 …
5
votes
20answers
687 views

A language that doesn’t use ‘C’ ?

Just curious. I may be wrong, but as far as I know, most languages are created using 'C' sources. For example: perl , php , python, java(?), go ... Is there any language that d …
42
votes
41answers
2k views

Why no love for SQL?

I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer. In my experience t …
0
votes
6answers
36 views

Remove Duplicates From File (vs COBOL)

This Cobol question really piqued my interest because of how much effort seemed to be involved in what seems like it would be a simple task. Some sloppy Python to remove file dup …
2
votes
7answers
318 views

How is a union different from a struct? Do other languages have similar constructs? [closed]

Possible Duplicate: Difference between a Structure and a Union in C I see this code for a union in C: union time { long simpleDate; double perciseDate …
0
votes
3answers
79 views

What more do you want to see in your favourite programming language? What does it lack? [closed]

I don't want to make this another 'What feature of your most favourite programming language do you really hate?' so instead try to focus on more constructive changes or additions y …
1
vote
3answers
46 views

How should I construct a finance DSL?

I've decided to build a database tracking the credit card offers I get in the mail, and one confounding factor has been how to represent the offers. With minimum finance charges an …
-2
votes
3answers
78 views

What more do you want to see in your favourite programming language? [closed]

Possible Duplicate: What more do you want to see in your favourite programming language? What does it lack? As a wiki question, I want to know what you all want that is la …
6
votes
6answers
266 views

To use or not to use Scala for new Java projects ?

Hi, I'm impressed with twitter and investigating to use Scala for a new large scale web project with Hibernate and Wicket. What do you think about Scala, and should I use it instea …
1
vote
9answers
217 views

How much time and effort to develop a full programming language, compiler and IDE?

Hello, I got tired of searching and never finding a programming language that fits my needs (and I suppose most good programmers feel somewhat the same way). Anyway, I do have an …
1
vote
1answer
44 views

Application Domain of Go Language

Can anybody tell me application domain of "go" language ? Which applications were built using "Go" language ? For what kind of applications it is best suited for ?

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