Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!labrea!glacier!jbn From: jbn@glacier.STANFORD.EDU (John B. Nagle) Newsgroups: comp.ai Subject: Re: hypertalk Keywords: hypertalk ai Message-ID: <18130@glacier.STANFORD.EDU> Date: 24 Feb 89 17:05:55 GMT References: <28157@ucbvax.BERKELEY.EDU> Reply-To: jbn@glacier.UUCP (John B. Nagle) Organization: Stanford University Lines: 22 Has anyone else noticed the similarity of Hypertalk to COBOL-60? Hypertalk: ADD a TO b DIVIDE a BY b GO TO c CLOSE FILE f SET x TO 1 COBOL-60: ADD a TO b. DIVIDE a BY b. GO TO c. CLOSE FILE f. SET x TO 1. In its day, COBOL-60 was touted as "natural language programming" too. John Nagle