Comment Re:A Natural Progression Yet So Many Caveats (Score 1) 578
It is unfortunate that you had a bad experience with Rev in the past.
I have been developing in Rev since 2001, and have written 7 shipping apps during that timeframe.
Of the roughly 1600 commands in the language, almost all of them call upon tightly written, compiled C code in the engine itself.
I write database migration software which has to process the data and the GUI for a variety of databases, including FileMaker Pro. I actually parse and reformat data on the fly on a record by record basis - and I have never had a performance issue. Even when processing hundreds of megabytes of data, my application has shown excellent performance.