From mboxrd@z Thu Jan 1 00:00:00 1970 From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Date: Thu, 15 Feb 2018 21:19:31 -0500 (EST) Subject: [TUHS] Happy birthday, Niklaus Wirth! Message-ID: <20180216021931.7450118C088@mercury.lcs.mit.edu> > From: Larry McVoy I am completely non-LISP person (I think my brain was wired in C before C existed :-), but... > Nobody has written a serious operating system Well, the LISP Machine OS was written entirely in LISP. Dunno if you call that a 'serious OS', but it was a significantly more capable OS than, say, DOS. (OK, there was a lot of microcde that did a lot of the low-level stuff, but...) > or a serious $BIG_PROJECT in Lisp. Have you ever seen a set of Symbolics manuals? Sylph-like, it wesn't! > Not one that has been commercially successful, so far as I know. It's true that Symbolics _eventually_ crashed, but I think the biggest factor there was that commodity microprocessors (e.g. Pentium) got faster so much faster than Symbolics' custom LISP hardware, so that the whole rationale for Symbolics (custom hardware to run LISP fast) went away. They still exist as a software company selling their coding environment, FWTW. > C performs far better even though it is, in the eyes of lisp people, far > more awkward to do things. I think it depend on what you're doing. For some kinds of things, LISP is probably better. I mean, for most of the kind of things I do, I think C is the bees' knees (well, except I had to add conditions and condition handlers when I went to write a compiler in it), but for some of the AI projects I know a little about, LISP seems (from a distance, admittedly) to be a better match. Noel