Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!orstcs!mist!budd From: budd@mist.CS.ORST.EDU (Tim Budd) Newsgroups: comp.lang.misc Subject: Re: Looking for info on SETL Keywords: SETL Message-ID: <11488@orstcs.CS.ORST.EDU> Date: 4 Jul 89 18:36:37 GMT References: <8292@batcomputer.tn.cornell.edu> Sender: usenet@orstcs.CS.ORST.EDU Reply-To: budd@mist.CS.ORST.EDU (Tim Budd) Organization: Oregon State Univ. -- Computer Science Lines: 9 There is a really nicely done and inexpensive implementation of Setl called ISETL (for Interactive Setl) distributed by Gary Levin, of Clarkson university - gary@clutx.clarkson.edu. I like to use ISETL as the first ``new'' language that my students see in my undergraduate programming languages course, because the syntax is close enough to pascal that they aren't put off by it (read that as ``no messy parenthesis'') yet you can do fun things like using functions as first class values.