Re: Euphoria vs. Visual Basic - the speed
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Dec 22, 2000
- 469 views
On Fri, 22 Dec 2000, [iso-8859-2] =A9koda wrote: > a.. I don't know if sequences are such a good thing. They cause a lot= of trouble and code gets messy if they get too complex. I think you can = work normally with simple 1 dimensional arrays and structures. Oh yeah, and VB isn't exactly the most elegant language ever. It's kind o= f weird sometimes - there's some types that are passed by value, then classes are passed by reference, for example. Collections, I believe (they're the closest you get to sequences) only accept certain types of data etc. And VB, last time I checked, has bad "object-orientation" - you can define classes in VB 4, but there's no inheritence etc... so classes can become ugly pretty quickly too. C can be way more elegant than VB. I have yet to find a language that's perfectly elegant... I think the closest I've ever found is Python, which is an excellent language for som= e things... but AFAIK it doesn't come near Euphoria's speed. Jeff Fielding