Re: [Unicon-group] Getting Goal directed evaluation

2005-04-29 Thread Dennis J. Darland
My differential equations program, SODE.icn , uses many Icon features, though not coexpressions. I also tend to use semicolons, but that came in handy when I made it generate either Icon or Maple code. There is lexical analysis, parsing, code generation, & more. See http://sode.sourceforge.net

Re: [unicon] [Unicon-group] Getting Goal directed evaluation

2005-04-14 Thread Barry . Schwartz
Sudarshan Gaikaiwari <[EMAIL PROTECTED]> wrote: > I have been programming in Unicon but I use it mostly like a better C ( I > even add semicolons most of the time ;-) ). > > I am looking for code example and/or explanations of Unicon's higher level > programming features such as goal directed eva

[Unicon-group] Getting Goal directed evaluation

2005-04-14 Thread Sudarshan Gaikaiwari
Hi I have been programming in Unicon but I use it mostly like a better C ( I even add semicolons most of the time ;-) ). I am looking for code example and/or explanations of Unicon's higher level programming features such as goal directed evaluation. I would also like some real world examples o