Tagged Questions

A programming language is an artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine, to express algorithms precisely, or as a mode of human ...

learn more… | top users | synonyms

0
votes
2answers
145 views

Good collection of short code samples in different languages to solve programming problems?

I am interested in learning some new programming languages and looking for the collection of short solutions for programming problems provided in different languages. The optimal format would be: ...
-8
votes
0answers
66 views

c, c++ or java? [closed]

If I have to choose between those three impossible to learn languages (for me) what is the easiest? and if there is an easier one and also as powerful and has nice and easy-to-understand documentation ...
3
votes
0answers
71 views

How should I build my repertoire of programming languages? [closed]

So far, my entire CS education has been in Java. Other than that, I have written a handful of programs in C. For now, I would like to choose just one more language, but I'm also interested in the ...
-5
votes
0answers
38 views

Job role of a JDE Programmer [closed]

I am an ASP.Net developer having an experience of 2.7 years. I got an opportunity to work as JDE Programmer. Let me know how much time shall I get to switch in to JDE. What will be the role of a JDE ...
-1
votes
0answers
65 views

Changing my programming language [closed]

Im asp.net developer and still working on .net 2.0 framework, I tried to work on 4.0 but I couldn't find that need for using the new things. Also I'm building the whole solution from scratch. So I ...
-2
votes
3answers
101 views

What is the one functional programming language I should learn? [closed]

I have read very good things about functional programming lately. I am a Java developer and I haven't had much exposure to functional programming, except some basic LISP as part of an AI course. I ...
8
votes
4answers
269 views

Why are cons lists associated with functional programming?

I have noticed that most functional languages employ a singly-linked list (a "cons" list) as their most fundamental list types. Examples include CLisp, Haskell and F#. This is different to mainstream ...
-3
votes
2answers
79 views

I've starting learning JAVA, should I continue with it and what languages are similar? [closed]

I started to teach myself Java recently. I was pretty quick at understanding what the basic functions are (like if and the while(true) and other things) and how they are used. I'm wondering if it will ...
1
vote
4answers
254 views

Programming a chatterbot - understanding language

I hope this is an answerable question. Let me give it some context: I am a psychology student and a programmer. I'm going to look into creating a artificial intelligence in the form of a chatterbot. ...
4
votes
10answers
320 views

Career wise, is it better to be an expert in one programming language, or to be competent in many? [closed]

In the context of web development, are you more likely to get hired/an interview if you know one language really well and have greater depth with that language, or if you know several languages? I ...
-3
votes
2answers
134 views

Language choice for converting application [closed]

I have a medium sized system written in Cobol which I want to convert to a more 'modern' language. The system has a lot of basic windows and calculations against data files. The programs will only ...
-3
votes
0answers
34 views

Which language & framework to learn? [closed]

My buddy is a BSc of Mathematics and decided to learn programming since jobs are scarce nowadays in the math fields. He's very bright and having studied physics myself I think this is not an ...
-2
votes
0answers
84 views

What is programming? [closed]

I want to know what programming actually is. what thing refer to programming or what programming actually is. give me a answer in following context. programmer A is better then B. in a what they ...
-1
votes
0answers
90 views

Identical program in different languages [closed]

Say, I make a program that has a the .NET browser control in it + a textbox for the URL. I make it in C#, and I make an identical program in C++. Will there be any differences? I believe it will ...
9
votes
11answers
480 views

Is there a personalizable programming language you can use to convert to others?

Is there a programming language in which you can set your own syntax configurations and it would convert the code to a language you choose? For instance, you would choose specific configurations like ...

1 2 3 4 5 48
15 30 50 per page