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
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
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