home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!darwin.sura.net!newsserver.jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sunic!dkuug!stl.dk!flv
- From: flv@stl.dk (Flemming Vestergaard)
- Newsgroups: comp.lang.lisp
- Subject: Re: Lisp syntax beauty? (was Re: Why Isn't Lisp a Mainstream Language?)
- Message-ID: <C1GEsq.94@stl.dk>
- Date: 26 Jan 93 09:10:01 GMT
- References: <1993Jan21.230642.18561@netlabs.com> <19930122162651.0.SWM@SUMMER.SCRC.Symbolics.COM> <dfs.727723285@noonian>
- Organization: Soeren T. Lyngsoe, Hoersholm, Denmark
- Lines: 20
-
- In <dfs.727723285@noonian> dfs@doe.carleton.ca (David F. Skoll) writes:
-
- >I've noticed a thread extolling the beauty of Lisp syntax. While I agree
- >that mostly, Lisp syntax is easy to understand and consistent, I wonder
- >what sort of mental disease struck the creators for the "format" function.
- >Take a look at all the baroque format directives in Common Lisp. I mean,
- >who really needs the number 394829348234982435 formatted in English words??
- >Just try (format t "~R~%" 394829348234982435) for fun!
-
- Well, it is fun. But from this corner of the world I suppose that it is
- a more serious problem (if not a disaster) that Common Lisp provides
- input and output functions that are suited only for English/American.
-
- (format t "~R" 4) -> four really doesn't help very much in most of the world.
- And yes-or-no-p cannot be used either.
-
- I do think it is a mistake to include natural language specific functions
- in a language standard.
-
- Flemming
-