Xref: utzoo comp.lang.scheme:2050 comp.lang.icon:636 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!tekbspa!tss.com!yost From: yost@tss.com (Dave Yost) Newsgroups: comp.lang.scheme,comp.lang.icon Subject: Re: ideas from the icon language applied to scheme Message-ID: <1991Mar4.185819.19587@tss.com> Date: 4 Mar 91 18:58:19 GMT References: <1991Mar2.175036.24463@tss.com> <1991Mar3.013912.14857@midway.uchicago.edu> Sender: news@tss.com (USENET Network News) Reply-To: yost@tss.COM Organization: Teknekron Software Systems, Inc. Lines: 14 In article <1991Mar3.013912.14857@midway.uchicago.edu>, goer@ellis.uchicago.edu (Richard L. Goerwitz) writes: |> What is it about Scheme in particular that make it a more attractive |> basis for your intended application? Just curious. * The fact that it can execute a string containing source code. * The fact there are scheme implementations that seem to be more easily assimilated into a C environment. Also, I'm learning scheme partly just because I'm interested in it and because I'm reading the Abelson & Sussman(s) book. I'd rather use Icon-style expression evaluation, and it seemed that scheme could easily accomodate that. --dave yost