Re: Pocket PC, Sucess anyone?
- Posted by Vincent <darkvincentdude at yahoo.com> Dec 14, 2005
- 799 views
Jeremy Peterson wrote: > Eiffel? I looked at it, but the syntax is like Lisp to me. Eiffel's syntax is more like Delphi or Pascal, but still radically different. Eiffel doesn't share Lisp's parentheses craziness. I think eventually I'll consider Eiffel to have an elegence, simplicity, and performance theology that corresponds to that of Euphoria, but with a object oriented paradigm instead. > He is??? How come I haven't heard anything about this before? You weren't paying attention?> There is too a way. D can use inline asm just like C, and the other features > let you program better so your program runs faster. If you were using inline ASM all the time, how would you benefit much from the features? More features bog down a language, it may help you build a better program faster, but it usually doesn't improve execution speed. The reason D does so well in the shootout benchmarks (overall) is because all the benchmark testing applications are available and run, where as some languages have 10 or 20+ missing and/or broken programs, thus recieving a poorer overall score. > Why don't you pay Derek to put this stuff in for you? I doubt he'd charge as > much as RDS.
Derek wants nothing to do with RDS and he has demonstrated that openly. > Later, > Jeremy Peterson Regards, Vincent