Direkt zum Hauptbereich

Beating the average

Is LISP the holy grail?

The article "Beating the Averages" written by Paul Graham (2001) describes how the use of an uncommon programming language (LISP) can be used as an advantage. In the opinion of Graham LISP is the best programming language for a startup so far. 

I understand the advantages of the language and the advantage to react fast against competitors. If you do different than your competitors and observe them closely you can get a head start in different areas.

But in my opinion this article is quite one-sided. You often only hear about companies which succeeded. It would be interesting to know if other companies (in other working areas) also succeeded like Graham´s company. Sometimes it looks like Graham is choosing personal experience over solid data (which might be the right choice). In the end ViaWeb, Graham´s company, was bought by Yahoo.

He also compares programming languages to be half religion. I do agree with this opinion because users of a specific language can be often passionate and fanatic about this language. Keeping this in mind the praise for LISP must be considered critically.

Since the article is very old (2001), it would be interesting to read a statement of Graham on the current state of view. Also, the history showed us that Yahoo stepped more and more in the background behind Google. It also seems that since the article was published 16 years ago LISP hasn´t spread that much around the world except some fields of use.

Close before the end, I must admit before starting the class I never had heard about LISP or Clojure. For this reason, I can confirm, that this language really isn´t the common used language. I´m glad that I (hopefully) will learn it (and maybe also will get some advantage in the market).

Last but not least, I do not think that LISP will be the "one" programming language... but proove me wrong!

References:
Graham, P. (2001). Beating the Average.
Retrieved from: http://www.paulgraham.com/avg.html

Kommentare

Beliebte Posts aus diesem Blog

The Semicolon Wars

What is the most important thing for people in the world? There are many answers for this question. Some would say it is love , some would say it is health and even some would say it is money ... But for many people the most important thing in the world is the freedom to express themselves. One basic foundation of this concept is communication and especially (the use of) languages . That is why approximately 6912 languages exist in the world.  The article states that in the year 2006 there even existed more than 8000 programming languages, raising by the number of one each day. The special thing is that there is a huge variety of languages, which can be used for specific tasks. For example, there are more than four different languages just to create a new web page.  Like me, people often refuse to change things they are used to and which they like. But our world is moving fast and things are changing even faster from day to day. Having this in mind, languages must...

Revenge of the nerds

The pointy-haired boss Reading this article from the year 2002, I do think that it really portrayed the common boss back there (and today). Usually you are asked to develop a program or a system by your boss. Mostly the common boss will not be able to say the differences between different programming languages. He will mostly tell you to develop it in Java because it is the "standard" which he heard about and he will not get into any risky stuff. In the most ways Java will just work fine. But this doesn´t mean that this is the best choice for a specific problem. Often it would be that much more better to choose programming language a for problem x, and programming language b for problem y. We do know that not all programming languages are the same. We do... Often people have strong opinions about topics, which they do not even really know. This sometimes makes me angry because if I do not know that much about a topic, I usually say that, just try to suggest things and/or ...