Lambda Logo Tour
A Lambda Logo Tour (and why LISP languages using λ as logo should not be looked upon kindly)
Dear lispers,
The lambda character λ, always struck a awe in me, as with other mathematical symbols. In my mind, i imagine that those obscure math symbolism are etched in stone by god. A salient example is the book cover Concrete Mathematics by Ronald Graham et al.
Here we see the summation sign ∑ etched in stone. The summation sign happens to be my favorite math symbol. (chosen as my website signet: )
These symbols are not to be trifled with. If anyone puffs in as much half a snicker, i wish god strikes a thunder upon their impudence.
The Greek lambda symbol is used in a branch of logic called lambda calculus. The theories of lambda calculus is what functional languages are based on, thus many functional language's logo features the lambda. Here is a collection of functional language's logos involving the lambda.
MIT Scheme is the grand daddy of Scheme lisp. Its logo features a recursive shield with lambda.
• http://www.swiss.ai.mit.edu/projects/scheme/
• https://groups.csail.mit.edu/mac/projects/scheme/
• https://www.gnu.org/software/mit-scheme/
schemers.org's logo has a modern look. It is a simple lambda inside a O figuration. Though, i was told this “O” is supposed to be a pair of parenthesis.
PLT Scheme's first logo was based on rock band Grateful Dead's album Steal Your Face design. The album is released in 1976. Cover was designed by Owsley Stanley and artist Bob Thomas, and was originally used as a logo to mark the band's equipment.
〔The Many Faces of DrRacket By Robby Findler. At http://eecs.northwestern.edu/~robby/logos/ , accessed on 2015-10-08〕
PLT Scheme's logo, notable is the red/white/blue coloring scheme.
MzScheme is the name of the actual compiler of PLT Scheme. Now named Racket. The logo features a lambda besides a Chinese character 文 (wén). The character means written language.
The book cover of Structure and Interpretation of Computer Programs , by Harold Abelson, Gerald Jay Sussman, features a wizard and witch gesticulating with prominent lambda, and a monster foot of the table showing.
I love these lambda-featuring logos. However, i have a complaint. As most of you know, lisp languages are not purely functional languages. Subroutines in lisps easily have side-effects, and sometimes non-functional programing methodologies such as OOP are actually encouraged in lisp. As most of you know, the lambda symbol chosen by functional languages is to signify no side-effects. In this respect, i find the lisp languages not totally deserving the use of lambda in their logo. As i have expressed before, mathematical symbols are not to be trifled with, and the Schemers have tainted my mathematics, strictly speaking.
Although i have this minor objection with lispers using the lambda symbol, but overall i think the lispers and i share a more important common goal. That is, to wipe out all imperative programing ignoramuses of the world. Once the unix and C and Perl and otherwise idiots are all dead, then i'll formally raise my objection about Lisper's unfit borrowing of the lambda symbol.
Addendum
The PFP library for Haskell features a lambda disguised as a histogram. One of the most well-designed among lambda logos. (“A Probabilistic Functional Programming Library for Haskell” by Martin Erwig and Steve Kollmansberger, 2005. http://web.engr.oregonstate.edu/~erwig/pfp/).
Someone has written a C++ library for functional programing, called FC++. (by Brian McNamara and Yannis Smaragdakis, 2003) Website: http://cgi.di.uoa.gr/~smaragd/fc++/
Chicken Scheme features a logo that is a lambda inside a hen silhouette. (by Felix L Winkelmann, at call-cc.org).
This is getting silly and disrespectful.
I prefer the original yellow hen logo. This new modern-looking logo lost its soul. You can't easily tell what bird it is, and the funky lambda takes some tech geeking to recognize. The original logo of the fat hen signifies birth, with lambda right in its tummy, and fits well with the project's comical name Chicken Scheme. This is a example where logo with elegant artwork is worse.
For some history of CHICKEN scheme's logo, see
http://galinha.ucpel.tche.br:8080/logos.
〔see Clojure Tutorial〕
Non-Lambda Logos
here's lisp logos that do not involve lambda.
CLforJava is a Common Lisp implementation on Java Virtual Machine. Home page: ❮http://www.clforjava.org/❯.
Clozure Common Lisp is formally OpenMCL, which is derived from Macintosh Common Lisp (MCL). Home page is at:
https://www.ohloh.net/p/ccl
, http://ccl.clozure.com/