1. I need something like AWK, but smarter and faster
- Posted by XoPeK Feb 12, 2012
- 1811 views
Euphoria will satisfy my requirements? I need to create the program which will constantly work, as a demon. It will wait, when there will be a certain file. Then it will read the data from a file, will process calculating and will write down in other file. When other program will read a file with results, it will remove also a file with the data, and a file with results. The program on Euphoria will understand that it is necessary to wait for the next portion of the data. Whether really Euphoria is very convenient for such kind of program?
2. Re: I need something like AWK, but smarter and faster
- Posted by ghaberek (admin) Feb 12, 2012
- 1811 views
Euphoria is certainly fast, so you've got that. It's only as "smart" as you can make it. I would say sure, Euphoria should be able to do exactly what you need. How you do it is up to you...
-Greg
3. Re: I need something like AWK, but smarter and faster
- Posted by DerekParnell (admin) Feb 13, 2012
- 1716 views
Whether really Euphoria is very convenient for such kind of program?
I have thought that an AWK-to-Euphoria translator would be a good exercise ... maybe I'll set up as a competition for the community