When is it reasonable to create my own programming language?

Posted by Daniel Rikowski on Programmers See other posts from Programmers or by Daniel Rikowski
Published on 2009-02-06T12:13:45Z Indexed on 2012/06/29 3:23 UTC
Read the original article Hit count: 252

Filed under:
|

Are there types of killer applications, classes of algorithmic problems, etc., where it is better, in the long run, to create my own language?

PS: Just to be sure, I mean a new programming language and a compiler, not a new compiler for an existing language.

EDIT: Thank you for the answers. Can you provide some examples, where it is absolutly unnecessary to create a DSL or cases in which a DSL might be a good idea?

© Programmers or respective owner

Related posts about programming-languages

Related posts about dsl