Lisp programming language

From Wikiquote

Jump to: navigation, search

Lisp is a family of computer programming languages with a long history and a distinctive fully-parenthesized syntax. Originally specified in 1958, Lisp is the second-oldest high-level programming language in widespread use today; only Fortran is older. Like Fortran, Lisp has changed a great deal since its early days, and a number of dialects have existed over its history. Today, the most widely-known general-purpose Lisp dialects are Common Lisp and Scheme.

The name Lisp derives from "List Processing". Linked lists are one of Lisp languages' major data structures, and Lisp source code is itself made up of lists. As a result, Lisp programs can manipulate source code as a data structure, giving rise to the macro systems that allow programmers to create new syntax or even new "little languages" embedded in Lisp.

Contents

[edit] About Lisp

  • Emacs is written in Lisp, which is the only computer language that is beautiful. — Neal Stephenson, In the Beginning Was the Command Line
  • The greatest single programming language ever designed. — Alan Kay, on Lisp
  • Lisp is a programmable programming language. — John Foderaro, CACM, September 1991
  • Lisp isn't a language, it's a building material. — Alan Kay
  • Lisp is the red pill. — John Fraser, comp.lang.lisp
  • Lisp is like a ball of mud - you can throw anything you want into it, and it's still Lisp. — Anonymous
  • Lisp has jokingly been called "the most intelligent way to misuse a computer". I think that description is a great compliment because it transmits the full flavor of liberation: it has assisted a number of our most gifted fellow humans in thinking previously impossible thoughts. — "The Humble Programmer", E. Dijkstra, CACM, vol. 15, n. 10, 1972
  • Lisp is worth learning for the profound enlightenment experience you will have when you finally get it; that experience will make you a better programmer for the rest of your days, even if you never actually use Lisp itself a lot. — Eric S. Raymond, "How to Become a Hacker".
  • Common Lisp is politics, not art. — Scott Fahlman
  • SQL, Lisp, and Haskell are the only programming languages that I've seen where one spends more time thinking than typing. — Philip Greenspun
  • God wrote in Lisp code
    When he filled the leaves with green.
    The fractal flowers and recursive roots:
    The most lovely hack I've seen. — Bob Kanefsky, "Eternal Flame" [1]
  • We all know that Lisp is the best language around, but in the hands of most it becomes like that scene in Fantasia when Mickey Mouse gets the wand. — Dino Dai Zovi

[edit] Comparing Lisp to other languages

  • Any sufficiently complicated C or Fortran program contains an ad hoc informally-specified bug-ridden slow implementation of half of Common Lisp. — Philip Greenspun's Tenth Rule of Programming
  • Pascal is for building pyramids -- imposing, breathtaking, static structures built by armies pushing heavy blocks into place. Lisp is for building organisms -- imposing, breathtaking, dynamic structures built by squads fitting fluctuating myriads of simpler organisms into place. — Alan Perlis
  • Java was, as Gosling says in the first Java white paper, designed for average programmers. It's a perfectly legitimate goal to design a language for average programmers. (Or for that matter for small children, like Logo.) But it is also a legitimate, and very different, goal to design a language for good programmers. — Paul Graham
  • In Lisp, if you want to do aspect-oriented programming, you just do a bunch of macros and you're there. In Java, you have to get Gregor Kiczales to go out and start a new company, taking months and years and try to get that to work. Lisp still has the advantage there, it's just a question of people wanting that. — Peter Norvig
  • LISP has survived for 21 years because it is an approximate local optimum in the space of programming languages. — John McCarthy (1980)
  • And you're right: we were not out to win over the Lisp programmers; we were after the C++ programmers. We managed to drag a lot of them about halfway to Lisp. Aren't you happy? — Guy Steele - Sun Microsystems Labs (about Java)
  • Schemer: "Buddha is small, clean, and serious." Lispnik: "Buddha is big, has hairy armpits, and laughs." —Nikodemus Siivola
  • No [programming] language feels more natural than Lisp. There's a real sense that while Python was invented by a brilliant programmer, Lisp is built into of the structure of the Universe. — Anonymous
  • I can't escape the sensation that I have already been thinking in Lisp all my programming career, but forcing the ideas into the constraints of bad languages, which explode those ideas into a bewildering array of details, most of which are workarounds for the language. — Kaz Kylheku
  • Programming in Lisp is like playing with the primordial forces of the universe. It feels like lightning between your fingertips. No other language even feels close. — Glenn Ehrlich
  • You can use C++ if you want with GNOME, but we don't assume that you're going to write C++. It's to a large extent based on Scheme, which is a dialect of LISP. LISP being the most powerful and cleanest of languages, that's the language that's the GNU project always prefers. — Richard Stallman

[edit] Attitude of Lisp programmers

  • I have heard more than one LISP advocate state such subjective comments as, "LISP is the most powerful and elegant programming language in the world" and expect such comments to be taken as objective truth. I have never heard a Java, C++, C, Perl, or Python advocate make the same claim about their own language of choice. — A guy on Slashdot.
  • What theory fits this data? — Paul Graham, in response to the above
  • Just because we Lisp programmers are better than everyone else is no excuse for us to be arrogant. — Erann Gat
  • Only Lisp gods are omnipotent. — Anonymous
  • There are no average Lisp programmers. We are the Priesthood. Offerings of incense or cash will do. — Kenny Tilton at comp.lang.lisp
  • Common Lisp people seem to behave in a way that is akin to the Borg: they study the various new things that people do with interest and then find that it was eminently doable in Common Lisp all along and that they can use these new techniques if they think they need them. — Erik Naggum
  • If you want to know why Lisp doesn't win around you, find a mirror. — Erik Naggum
  • You seem (in my (humble) opinion (which doesn't mean much)) to be (or possibly could be) more of a Lisp programmer (but I could be (and probably am) wrong). — kimos at bash.org

[edit] Parentheses

  • Although my own previous enthusiasm has been for syntactically rich languages, like the Algol family, I now see clearly and concretely the force of Minsky's 1970 Turing Lecture, in which he argued that Lisp's uniformity of structure and power of self reference gave the programmer capabilities whose content was well worth the sacrifice of visual form. — Robert Floyd, Turing Award Lecture, 1979
  • Q: How can you tell when you've reached Lisp Enlightenment?
    A: The parentheses disappear. — Anonymous
  • More than anything else, I think it is the ability of Lisp programs to manipulate Lisp expressions that sets Lisp apart. And so no one who has not written a lot of macros is really in a position to compare Lisp to other languages. When I hear people complain about Lisp's parentheses, it sounds to my ears like someone saying: "I tried one of those bananas, which you say are so delicious. The white part was ok, but the yellow part was very tough and tasted awful." — Paul Graham
  • You are in a maze of twisty little parentheses, all alike. — Anonymous on comp.lang.python in reference to Colossal Cave
  • Lisp has all the visual appeal of oatmeal with fingernail clippings mixed in. — Larry Wall
  • LISP stands for: Lots of Insane Stupid Parentheses. — Anonymous
  • These are your father's parentheses. Elegant weapons, for a more... civilized age. — XKCD
  • Some said the world should be in Perl,
    Some said in Lisp.
    Now, having given both a whirl,
    I held with those who favored Perl.
    But I fear we passed to men
    A disappointing founding myth.
    And should we write it all again,
    I'd end it with
    A close-paren. — XKCD

[edit] External links

Wikipedia
Wikipedia has an article about:
Personal tools