Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

s-expressions considered harmful

Name: Lisp is unreadable!!1 2011-07-25 21:31

Name: Anonymous 2011-08-02 12:33

>>73
I only use λ for short procedures (i.e., (λ (x) (+ x 1))), lambda for the rest:

(with-anus
 (λ () ; too much wasted space
  ...1
  ...2))
(with-anus
 (λ () ...1 ; too much indentation, looks ugly.
       ...2))
(with-anus
 (lambda () ; ok for me.
  ...1
  ...2))


I prefer lambda/λ, because it's more likely to use fn/fun/proc than λ as variable name.

>>75
SRFI-26 does it without the need of some special syntax.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List