Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.lisp Subject: Re: Lisp history: IF, etc. Date: Thu, 4 Apr 2024 00:07:54 -0000 (UTC) Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <20240329084454.0000090f@gmail.com> <20240329101248.556@kylheku.com> <20240329104716.777@kylheku.com> <20240330112105.553@kylheku.com> <87r0fp8lab.fsf@tudado.org> <87wmpg7gpg.fsf@tudado.org> <20240402084057.881@kylheku.com> <86h6gjpq3i.fsf_-_@williamsburg.bawden.org> <86cyr6pb2l.fsf@williamsburg.bawden.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 04 Apr 2024 00:07:55 +0200 (CEST) Injection-Info: dont-email.me; posting-host="b2ebab76618f2906d24b8f2b6b05668a"; logging-data="250898"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+F7luGTXQ00tmBcp/E2q3f" User-Agent: Pan/0.155 (Kherson; fc5a80b8) Cancel-Lock: sha1:ZNR2KnX1HBD6K7lkuihstFOx7bY= Bytes: 1804 On Wed, 03 Apr 2024 14:15:14 -0400, Alan Bawden wrote: > Other programming languages at the time (e.g. FORTRAN and ALGOL) only > had conditional statements. Algol60 had if-expressions, e.g. a := if b then c else d Fortran had loop expressions, but they were only allowed in I/O statements.