Xref: utzoo comp.lang.scheme:2037 comp.lang.icon:634 Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ncar!midway!ellis.uchicago.edu!goer From: goer@ellis.uchicago.edu (Richard L. Goerwitz) Newsgroups: comp.lang.scheme,comp.lang.icon Subject: Re: ideas from the icon language applied to scheme Message-ID: <1991Mar3.013912.14857@midway.uchicago.edu> Date: 3 Mar 91 01:39:12 GMT References: <1991Mar2.175036.24463@tss.com> Sender: news@midway.uchicago.edu (News Administrator) Organization: University of Chicago Lines: 14 Regarding Dave Yost's question about implementing Iconish features in Scheme: It's hard to respond to such a question without knowing what you have in mind. For instance, if you are interested in backtracking, then I doubt you could move the Icon mechanisms to Scheme, with all its limitation expressions, goal-directed evaluation, and what not. String scanning is a bit less difficult. At some point, though, I'd begin to wonder whether it was easier just to cut Icon code. What is it about Scheme in particular that make it a more attractive basis for your intended application? Just curious. -Richard