What kind of knowledge you need to invent a new programming language?

Posted by systempuntoout on Stack Overflow See other posts from Stack Overflow or by systempuntoout
Published on 2010-04-04T20:36:11Z Indexed on 2010/04/04 20:43 UTC
Read the original article Hit count: 443

I just finished to read "coders at works", a brilliant book by Peter Seibel with 15 interviews to some of the most interesting computer programmers alive today.
Well, many of the interviewees have (co)invented\implemented a new programming language.
For example:
* Joe Armstrong: Inventor of Erlang
* L. Peter Deutsch: implementer of Smalltalk-80
* Brendan Eich: Inventor of JavaScript
* Dan Ingalls: Smalltalk implementor and designer
* Simon Peyton Jones: Coinventor of Haskell
* Guy Steele: Coinventor of Scheme

Is out of any doubt that their minds have something special and unreachable, and i'm not crazy to think i will ever able to create a new language; i'm just interested in this topic.

So, imagine a funny\grotesque scenario where your crazy boss one day will come to your desk to say "i want a new programming language with my name on it..take the time you need and do it", what will you start to study?

What kind of knowledge do you need to model, design and implement a brand new programming language?

© Stack Overflow or respective owner

Related posts about knowledge

Related posts about programming-languages