Re: OpenEuphoria.org, early preliminary redesign
- Posted by irv Jul 09, 2019
- 2960 views
It may be a good idea to emphasize the things that Euphoria does that others don't do so easily - such as sequence operations. Something simple like the code below could be "illustrated" by converting it into an animated gif. Step thru the code, highlighting each line in turn, and when there's a ?, display the output in some way (zoom in, pop up a balloon, or something).
sequence s = {1,2,3,4,5} ? s s = power(s,2) ? s ? sqrt(s)
I will try to mock up a EuGTK sample.