vote up 5 vote down star
1

OK -- a bit of an undefined question (is the pattern of plugs in an Eniac plugboard a language ??) but contenders include:

  • Konrad Zuse's PlanKalkül (1940s) - never implemented (generally accepted as the first).
  • Whatever Ada Lovelace (1840s) programmed in (not Ada) -- if she is the first programmer, as everyone says, she must have used the first programming language, no? Again probably never implemented - but did Babbage have anything that could be called a language?
  • Turing's description of his Turing machine (1936 paper). In the paper he actually writes programs and simulates their execution mathematically - that makes it as good as (and earlier than) PlanKalkül in my book.
  • Autocode for the Machester Mark 1 computer (1952) -- compiled, high level, beats Fortan to the punch (?). Mr Turing again (!).

  • Fortran (Early 1950's) - beats out Lisp by a couple of years and undoubtedly passes the sniff test. But was it earlier than Mark 1 autocode ??

Tnx - Alanl

flag
Please take a look at the FAQ. This question seems to require extended discussion so I'm downvoting it. – Onorio Catenacci Sep 17 '08 at 17:04
If a question seems to require extended discussion, it should be made into a community post (which will be done automatically after the post-count reaches a certain number). – apandit Sep 17 '08 at 17:06
Also can be considered subjective - what counts as a programming language? Different countries have different views (for instance, see lightbulb and first airplane flight). – Adam Davis Sep 17 '08 at 17:07
scratch that... it happens when an answer or question is edited more than 5 times.. :\... see the unofficial faq. – apandit Sep 17 '08 at 17:10
Apandit--this is from the site's FAQ: "Avoid asking questions that are subjective, argumentative, or require extended discussion." In fact, it's highlighted in the FAQ. Hence my down-vote. – Onorio Catenacci Sep 18 '08 at 13:46
show 1 more comment

10 Answers

vote up 10 vote down

The PBS series Connections made the argument that the holes punched in tiles to control the patterns created on looms (circa 1700s??) were the first programming "language".

These were followed by player piano scrolls: Codes, on paper, which are read by, and control the operation of a machine. That's a programming language, isn't it?

link|flag
I remember Connections (that was a great series). Though technically it was a BBC series that just got broadcast in the US by PBS. – Chris Upchurch Sep 17 '08 at 17:07
That is effectively a programming language, just not in the modern sense, however the term computer has changed over the last 20-30 years, so +1 for you. – Unkwntech Sep 17 '08 at 17:07
Whether or not those qualify as programming languages depends on your definition. For mine, it's that the language is Turing-complete. I do not believe either qualify for that definition. – nsayer Sep 17 '08 at 17:48
vote up 7 vote down

DNA -- or does it have to involve silicon computers? ;-)

link|flag
<Laugh> I hope some day to meet the coder who wrote the first DNA app. – Onorio Catenacci Sep 18 '08 at 18:16
i guess that's kind of a religious question. is DNA and its code really a programming language? and where is the programmer? – Johannes Schaub - litb Jan 3 at 19:22
vote up 3 vote down

DNA -- or does it have to involve silicon computers? ;-)

Well, if you go down that road then the correct answer has to be RNA which existed before DNA. But then, do we have a Blind Programmer? ;-)

link|flag
vote up 3 vote down

Since Ada Lovelace is widely regarded as the first programmer, I'd investigate what she called the set of symbols she was using.

Update: You can read the notation that Lovelace used in her Notes on Sketch of The Analytical Engine Invented by Charles Babbage By L. F. MENABREA. Lovelace was the translator, but her notes describing the programming of the Analytical Engine ended up being about four times longer than the original publication.

link|flag
vote up 2 vote down

I think we need to agree on a definition of "programming language" to answer this question in any useful way. Is directly manipulating machine code a programming language?

link|flag
I believe it is. It's not very user-friendly, but it is a language nonetheless, because in virtually every case a machine language is Turing-complete. – nsayer Sep 17 '08 at 17:06
vote up 2 vote down

Konrad Zuse's PlanKalkül (1940s) - never implemented

There was actually an implementation of the language published by Rojas et al. somewhere around the year 2000.

link|flag
Konrad Zuse build the first computers and Plankalkül at least has a high chance to be the first programming language. – Mnementh Aug 7 at 9:12
vote up 1 vote down

Assuming a definition of "programming language" as "a textual notation used to describe/control the intended behavior of a digital computer", I think there's only one possible answer: raw (numerical) machine code.

Many of the other answers (e.g. recipes for cooking) are clever, but aren't about programming per se, but about description/control in a different context or more general sense.

link|flag
vote up 0 vote down

I would say that the first programming language actually used was the machine language of the first stored program computer, which I believe was Baby: http://www.computer50.org/

link|flag
vote up 0 vote down

The language the analytical engine would have used was its own machine code, entered via punch cards indicating the operation to be performed and the columns (effectively registers) to perform it to. See these notes for some details.

link|flag
vote up 0 vote down

Programming, at least in the declarative sense, comes down to combinations of sequence, alternation, and repetition. One might consider recipe authors as programmers, and therefore very early ones. Think about a recipe: it contains sequence (slice this, then chop that, then heat so and so...), alternation (if you want it moist then bake for 40 minutes, else if you want it "cakey" bake for 55 minutes), and repetition (while not stiff kneed the dough, repeat stirring until the batter is smooth). Recipes go back thousands of years.

link|flag
They even support currying! – John the Statistician Nov 12 '08 at 0:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.