Re: Why do People Use Euphoria?

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

That download is all clear here too now, presumably the WD updates I got at 7:20am today fixed it.

(more for my benefit than yours) I've quickly scanned your code, nothing much stood out as wrong.
It prompted me to document begins() and make p2js aware of it, and un-syntax-colour "write".
[I see you've defined begins() yourself, not any kind of issue, ditto trim/split/join.]
Also, I made the "Win32lib" routines a different colour to keywords in Edix (eg cut).
Be warned that I've renamed the builtin constant E as EULER in 1.0.2 (hy_calc.e line 42),
and of course you'll only need to do anything about that when I ship the next version of Phix.
The only other comment I'd make about your code is you've got too many global variables, probably,
but if you're happy maintaining that it's fine.

PS I've just slipped in a quick aid for E->EULER, so now, instead of

?E 
 ^ undefined identifier E 

you'll get (in the next release, and only when name=="E")

?E 
 ^ undefined identifier E (E was renamed EULER in 1.0.2) 

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

Search



Quick Links

User menu

Not signed in.

Misc Menu