vote up 6 vote down star
1

How does a new programming language get established? How could I design one and be famous? What steps would I need to take to get it 'Out There'?

flag

16 Answers

vote up 6 vote down check

Read Paul Graham's essays, especially Being Popular.

link|flag
I would mention also his essay "The 100 year language" (paulgraham.com/hundred.html). His main point is that increasing capabilities in computers have lead to new languages, each with different trade-offs between power and succinctness. He also claims Java is a dead-end (so would be c#, I think) – Joe Pineda Sep 29 '08 at 18:52
vote up 5 vote down

Create it and put it online. If it's got something new and interesting then people will start to adopt it (e.g. ruby).

Or you could become a multi-billion multi-national company, create a standard and then start to provide more or exclusive support to developers that use your new language(s) over the non-proprietry alternatives.

link|flag
vote up 3 vote down

Please just lend your time to make tools or documentation for an existing language. We really have enough right now.

This would also be a great way to get into 'the know'.

link|flag
vote up 12 vote down

First of all, find a need which is not supported adequately by current languages. Design a language specific to handling that situation.

link|flag
And provide a good sample program showing your language's capabilities. It shouldn't be a tour thru each and every feature your language has, but rather a practical demonstration on how your language makes it easier to write that kind of programs. – Joe Pineda Sep 29 '08 at 18:36
vote up 0 vote down

I agree with James, Find a niche and fill it.

There are NEVER enough languages, thats why there are such things as XML. Theres always a need in specialized areas, wether its to struture data or functionality.

EDIT: I do agree with others here that there are many poorly implemented languages, that there is no doubt; but to use that as the agrument that there are too many in general is shortsighted.

link|flag
Wrong. There are way too many languages. There are too few well-designed and well-implemented languages, so I'd go with Rich B. – JesperE Sep 29 '08 at 14:36
Thats perfectly fine with me. Thats the nice thing about this place, we can agree to disagree. Althogh I defginately agree that there are too many poorly implemented languages. But that does not mean that there are too many in general. – mattlant Sep 29 '08 at 14:44
vote up 0 vote down

In what kind of language are you interested?

There is a great difference between a General Purpose language (C, Java, etc.) and a Domain Specific language, if you want to be famous try with a general purpose one (but beware of the fierce competition!).

Also, what paradigm are you thinking of? Imperative, procedural, functional, nameyouwhat, etc...

So, first think of a problem not well addressed by current languages, then try to solve it creating a new language! :)

link|flag
vote up 12 vote down

This reminds me of Seth Godin addressing a conference of real estate agents. He told them to quit. He said the market was just too hard and they'd be better off looking for a different job. Many of the agents got up and left.

Then...

Since he had the truly dedicated agents, he jumped right in to all the amazing real estate opportunities out there.

I imagine writing a programming language is like that. If you're going to do it, you have to get to a point where it doesn't matter what anyone else says. Are there too many programming languages? Maybe. Are you going to get famous? Probably not. But you do it anyway.

If you're going to write a new and famous programming language, there's probably nothing anyone can say to help because: "Talent hits a target no one else can hit; Genius hits a target no one else can see." - Arthur Schopenhauer

link|flag
vote up 3 vote down

Why not try designing a library for an existing language? jQuery, for example, makes JavaScript so much easier to use that it almost feels like a different language.

Some advantages in "getting it out there:"

*People already use the target language, so you have a built-in audience - all you have to do is show them that doing things your way is faster/easier/more powerful.

*If the above argument is sound, it's easy to try it out - just substitute the New Method for the Old Method a little at a time.

*You can improve your library incrementally - if there's not a way to do X with it, there's probably a fallback way to do it in the existing language.

link|flag
vote up 2 vote down

Before you start designing an entire language from scratch think about whether it could not be easier done by creating a DSL (Domain Specific Language) for an already existing language thus leveraging tools and compiler of that language.

For example it's pretty easy to create a very specialized DSL for Groovy, while no one will ever recognize that the underlying technology is actually Groovy.

link|flag
vote up 0 vote down

There are too many procedural / imperative / object-oriented languages. Learn Prolog and Haskell and see how different they are from C++ / Java / VB etc. Think up a new execution / evaluation strategy, or a whole new programming paradigm - preferably one that lets you do more in less code (more high-level).

link|flag
vote up 0 vote down

promote

link|flag
vote up 2 vote down

Many of the popular languages were initially designed in-house by a major technology company:

  • Java: Sun
  • C# and Visual Basic: Microsoft
  • C and C++: AT&T/Bell Labs
  • Perl: NASA
  • Smalltalk: Xerox PARC
  • Fortran: IBM

Languages that haven't taken this route have generally been slower to gain a following: Python and Ruby are both older languages than Java and C#, but have taken many more years to gain popularity.

So if your motivation for creating a language is fame, the quicker route is to create it for a technology leader.

link|flag
And how does PHP and its popularity fit into this? Or is it the exception which proves the rule? – Chris Charabaruk Sep 30 '08 at 5:24
PHP was started by Zend Technologies that pushed PHP for years. – Yaba Sep 30 '08 at 6:51
Good point! Other examples: Ada was created by the US Defense Department, and Tcl/Tk (and its dialect Expect) at some US government office (don't remember which). All of them are nice languages, though I guess they're not more widely used since they were tainted by their bureaucratic origins :D – Joe Pineda Sep 30 '08 at 15:14
IBM created a plethora of languages as well. But I think Ruby is young, 2002 or so? – Robert S. Oct 16 '08 at 20:12
According to this article linuxdevcenter.com/pub/a/… Matz started development of Ruby in February 1993 and released the first alpha version in 1994. – aardvark Oct 17 '08 at 20:16
vote up 1 vote down

If you're more concerned with getting people to adopt your language, think of it as new technology. I'm reminded of a quote from Why Your Favorite Language Is Unpopular on arcfn:

New technologies aren’t adopted because they are great, new, and disruptive; they are adopted only if the user’s crisis solved by the technology is greater than the perceived pain of adoption.
link|flag
vote up 3 vote down

Steve Yegge addresses this topic rather extensively ("extensive", in this case, referring to the length of prose).

For my part, I want to encourage people to make their own languages, because doing it makes you a world-class programmer. Seriously. Not just a better programmer, but a best programmer. I've said it before, and I'm sticking with it: having a deep understanding of compilers is what separates the wheat from the chaff. I say that without having the slightest frigging clue what "chaff" is, but let's assume it's some sort of inferior wheat substitute, possibly made from tofu.

But I really need to stop spending time telling people individually why their languages are doomed to fail. Instead, I'll summarize it in today's blog entry.

Summary: your language is doomed to fail, with probability 1 minus epsilon. If you fell off a thirty-story building, you might survive (anyone else watch the last episode of Heroes? wasn't that an awesome scene?) but for all practical purposes the odds are nil.

link|flag
vote up 2 vote down

First of all, as far as writing a general purpose langauge like C++, Java, or Python, you have already missed the boat. The role of general purpose programming langauge has been filled a million times over, and no more than a handful of researchers and hobbyists will ever use any given general purpose programming language written from scratch in the last couple of years. The only entities that can introduce new programming languages in the current market are large corporations like Microsoft that can hire thousands of developers to write the language and platform, and then force feed it to their platform base. I'm not criticising Microsoft here, just commenting that they are the only ones with the resources to do it, givin that the vast majority of programmers have no compelling need for another programming language.

If you are interested in programming languages either extend an existing and popular language, or write a domain specific language. Otherwise, you can write an "academic" language like ML, smalltalk, or prolog that scratches an intellectual itch, but which no one outside of a university will ever use.

Work is always going into making widely used languages better, like C++, java, and Python, and virtually all of these languages have a community participation process for contributing.

Domain specific languages are not that hard to design, and they actually have a chance of filling some niche that will allow many people to use them. When I say domain specific language, I do not mean general purpose programming languages like ruby, scala, or javascript that only happen to be used within one domain. Many language designers try to excuse how narrowly used their general purpose programming langauge is by claiming it is a DSL. I mean a truly domain specific langauge like SQL, regular expressions, parser generator syntaxes, html, xslt, configuration langauges, and xpath. If your language is turing complete, it is probably not a domain specific language, and it is probably not worth writing from scratch, as opposed to using an existing general purpose tool.

link|flag
vote up 2 vote down

Either become bald, or grow a beard.

There is research: original and followup...

By the look of it you are neither bald nor bearded so good luck ...

Failing that a time machine and some hindsight wouldn't hurt.

link|flag

Your Answer

Get an OpenID
or

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