Re: OpenEuphoria.org, early preliminary redesign

new topic     » goto parent     » topic index » view thread      » older message » newer message

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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu