1. Euphoria on wikipedia
- Posted by Dan Moyer <danielmoyer at prodigy.net> May 19, 2004
- 441 views
I don't think this has been mentioned before, but Euphoria has an entry on wikipedia, the user created encyclopedia. Could maybe use some updates, ie IDE, Win32Lib, other libraries, user contributions, etc? Anyone can apparently revise any article there. It's at: http://en.wikipedia.org/wiki/Euphoria_programming_language Dan Moyer
2. Re: Euphoria on wikipedia
- Posted by "Carl R. White" <euphoria at cyreksoft.yorks.com> May 19, 2004
- 433 views
Dan Moyer wrote: > I don't think this has been mentioned before, but Euphoria has > an entry on wikipedia, the user created encyclopedia. > > Could maybe use some updates, ie IDE, Win32Lib, other libraries, > user contributions, etc? Anyone can apparently revise any article > there. > > It's at: > http://en.wikipedia.org/wiki/Euphoria_programming_language Funny you should mention it. I did a tiny bit of reworking on that article not so very long ago. But yes, it still needs work... :) Carl -- [ Carl R White == aka () = The Domain of Cyrek = ] [ Cyrek the Illogical /\ www.cyreksoft.yorks.com ]
3. Re: Euphoria on wikipedia
- Posted by Michael Raley <thinkways at yahoo.com> May 19, 2004
- 413 views
Carl R. White wrote: > > Dan Moyer wrote: > > > I don't think this has been mentioned before, but Euphoria has > > an entry on wikipedia, the user created encyclopedia. I noticed in the Wiki hello world page for various languages that there wasn't a Euphoria entry, so I added one. http://en.wikipedia.org/wiki/Hello_world_program#EUPHORIA
4. Re: Euphoria on wikipedia
- Posted by "Mike Sabal" <Sabal.Mike at notations.com> May 19, 2004
- 419 views
Perhaps someone can add a Win32Lib (or GTK2) listing under the GUI section. >>> guest at RapidEuphoria.com 05/19/2004 11:52:36 AM >>> Carl R. White wrote: > > Dan Moyer wrote: > > > I don't think this has been mentioned before, but Euphoria has > > an entry on wikipedia, the user created encyclopedia. I noticed in the Wiki hello world page for various languages that there wasn't a Euphoria entry, so I added one. http://en.wikipedia.org/wiki/Hello_world_program#EUPHORIA
5. Re: Euphoria on wikipedia
- Posted by "Kat" <gertie at visionsix.com> May 19, 2004
- 412 views
On 19 May 2004, at 12:52, Carl W. wrote: >=20 >=20 > Dan Moyer wrote: >=20 > > I don't think this has been mentioned before, but Euphoria has > > an entry on wikipedia, the user created encyclopedia. > >=20 > > Could maybe use some updates, ie IDE, Win32Lib, other libraries,=20 > > user contributions, etc? Anyone can apparently revise any article > > there.=20 > >=20 > > It's at: > > http://en.wikipedia.org/wiki/Euphoria_programming_language >=20 > Funny you should mention it. I did a tiny bit of reworking on that=20 > article not so very long ago. But yes, it still needs work... :) This line confuses me: Euphoria has only four data types:=0F integer - a 31-bit {HYPERLINK "/wiki/Integer"}integer. i.e. a number with n= o fractional part in the range - 1073741824 to 1073741823.s.looks for an old item in a group of items. If fo= und,=20 it replaces it with a new item. The group is then returned.=20 Kat
6. Re: Euphoria on wikipedia
- Posted by Derek Parnell <ddparnell at bigpond.com> May 19, 2004
- 420 views
Kat wrote: > > On 19 May 2004, at 12:52, Carl W. wrote: [snip] > This line confuses me: > > Euphoria has only four data types:=0F > integer - a 31-bit {HYPERLINK "/wiki/Integer"}integer. i.e. a number with n= > o fractional part in the range - > 1073741824 to 1073741823.s.looks for an old item in a group of items. If fo= > und,=20 > it replaces it with a new item. The group is then returned.=20 > Even though your message got mangled, I agree that the wording and example had 'issues'. I've updated the page to clarify things. -- Derek Parnell Melbourne, Australia