Re: smart interpreter
- Posted by euman at bellsouth.net Mar 02, 2002
- 400 views
----- Original Message ----- From: <bensler at mail.com> To: "EUforum" <EUforum at topica.com> > > Everyone is concerned with load times. I meant in EU. I have yet to see > a program that doesn't load almost instantly, save DB programs and such, > which isn't affected by EU's load time. > > Besides, I would sacrifice 1 second of load speed for 2 seconds of > execution speed anyday. > > You could translate it with Eu2C, for a price, and some spare time. > > You could also write a keyword syntax checking utility quite easily. > Verify the syntax of all EU keywords. Boolean syntax, and equation > syntax would be a bit harder to check. > > Chris I hope what I add here is worth something! I have found that compatability is more an issue that load time/speed. take my Installer for example there are several thing that it does before a window is even created. Checking DLL versions, space available, mem available, what O/S are we running on, pre-loading graphics and countless other things that need to be considered but on my old 233mhz machine even with all of this stuff having to be completed before you see anything on the screen, the program IS seen almost instantly. I stuck some of WOLF's timer code in Linkdll.e but commented this out maybe I'll set this up again to show how fast the program loads..for you speed freaks out there. If Im not mistaken Derek has done a fine job of tweaking the next generation Win32lib for load speed....I havent seen a Euphoria program that didnt load fairly quick. Even Mics outragous palette manipulating animated thingamajigs load fast as hell (alot of code and math required for these). Euman