Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!ukc!etive!hwcs!greg From: greg@cs.hw.ac.uk (Greg Michaelson) Newsgroups: comp.sys.mac Subject: Re: Wanted: Lazy functional language for MacIntosh Message-ID: <2602@brahma.cs.hw.ac.uk> Date: 7 Jun 89 13:28:17 GMT References: <5608@cs.utexas.edu> Organization: Computer Science, Heriot-Watt U., Scotland Lines: 13 From article <5608@cs.utexas.edu>, by knapp@cs.utexas.edu (Edgar Knapp): > Is there an implementation of a lazy functional programming language > (e.g. Miranda, Orwell, some LISP dialect?) that runs on the MacIntosh? > Any pointers greatly appreciated. There's a Macintosh implementation of Navel, a rather eccentric applicative order, run-time typed, pure functional language with lazy lists, but it doesn't have pointers :-). Lazy list arguments can be used to get the effect of lazy evaluation. The Macintosh implementation was developed at Griffiths University in Australia, is experimental and is not supported. More details from me: greg@cs.hw.ac.uk