DEV Community

Vladimir Gordeev 🇷🇺
Vladimir Gordeev 🇷🇺

Posted on • Updated on • Originally published at vladimir-vg.me

Things to consider before creating a new programming language

If you are thinking about creating a new programming language, consider the following:

  • Code in this language is going to be ugly. People gonna abuse all wonderful features in a way you could never imagine.
  • People would have to work with lots of old, incomprehensible code that breaks all the time. Meanwhile the author of the code would already run away for easy money in blockchain startups.
  • People wouldn't have any time to do the refactoring. If the code is inconvenient to test -- it won't be tested at all.

If you consider all of these things and still decide to create a new PL, you may make a real breakthrough.

Unlike those pesky languages with monoids in the category of endofunctors.

Top comments (2)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.