1. RE: Are there any commercial applications written in Euphoria?
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Jan 28, 2004
- 483 views
> -----Original Message----- > From: Greg Haberek [mailto:g.haberek at comcast.net] > Subject: Re: Are there any commercial applications written in > Euphoria? > > > > > E.g. http://www.listfilter.com/ > > I don't think ListFilter counts. Technically it isn't 3rd > party software, > being written by the creator of the language and all. If > anything, it's the > after-party software. :) I could start selling Popup Gorilla > for $10 a pop. > That'd be commercial right? or do I have to advertise, too? > > ~Greg > > <ad> Visit www.finalphasesoftware.com to buy Popup Gorilla!!! > Buy now and > get a *FREE* upgrade to version 1.0 when it is released!!! </ad> > > P.S. Popup Gorilla is still free (for now). Muah ha ha ha ha!!! Isn't "commercial" software just software that somebody *pays* for rather than write themselves? In which case, ListFilter would be commercial and Popup Gorilla is not commercial. That is, some form of "commerce" (value exchange) must be involved. -- Derek
2. RE: Are there any commercial applications written in Euphoria?
- Posted by I Mullins <eugtk at yahoo.com> Jan 29, 2004
- 508 views
Juergen Luethje wrote: > Sorry, I don't understand. Can you explain, in laymans terms, what it > means that a programming language supports multiple users? Eu doesn't support record locking, for example. Nor, for that matter, does it actually have 'records'. Neither does it have networking capabilities. Sure, there are libraries with varing degrees of completeness, and you can always do as RDS suggests and write your own, but if I am writing software for money, it's more productive to use something like VB or Delphi or even FileMaker, which come with those things (and much more) built in. Irv
3. RE: Are there any commercial applications written in Euphoria?
- Posted by Ray Smith <smithr at ix.net.au> Jan 29, 2004
- 456 views
Derek Parnell wrote: > To be pedantic, VB, Delphi and C/C++ also do not support record locking > or networking. These capabilities are provided via 'library' code that > is external to the language. PICK and some COBOL variants have record > locking capabilities built into the language's syntax though. REBOL has > networking built-in to its syntax. As far as I'm aware VB comes with file locking built in. I don't have a copy of Delphi anymore but I'd be surprised if a locking feature didn't come with the package. The developer might have to "include" something ... but this "something" would come with the base Delphi package. Regards, Ray Smith http://rays-web.com