Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!utah-cs!carr From: carr@utah-cs.UUCP (Harold Carr) Newsgroups: comp.lang.lisp Subject: Re: RLISP? Message-ID: <4262@utah-cs.UUCP> Date: Wed, 4-Feb-87 12:00:52 EST Article-I.D.: utah-cs.4262 Posted: Wed Feb 4 12:00:52 1987 Date-Received: Sat, 7-Feb-87 04:38:40 EST References: <6267@mhuxu.UUCP> Reply-To: carr@utah-cs.UUCP (Harold Carr) Organization: Utah PASS Project Lines: 13 Keywords: Pascal Lisp In article <6267@mhuxu.UUCP> davec@mhuxu.UUCP (Dave Caswell) writes: > > I recently ran across a language called RLISP. ... Rlisp was developed by the University of Utah. It was developed to support the REDUCE symbolic algebra system. The idea is that long math equations are easier to understand in infix notation. Portable Standard Lisp (PSL) was developed to support reduce. The PSL system source code was originally written in RLISP also, but has since been converted to conventional Lisp syntax. RLISP now is just a parser to support REDUCE. We agree, don't teach Lisp using RLISP. Harold Carr