Re: Standard Euphoria Library Project
- Posted by Mike The Spike <mtsreborn at yahoo.com> Feb 07, 2001
- 523 views
This is a great idea. Basically, it's stupid to have hundreds of coders each coming up with their Euphoria library with demos, etc. while they could all join hands and create one, multiplatform, include file set for all generic routines. I'd propose this standard Euphoria library to have the following, price-winning MTS Structure; - database.e (SQL, EDS, DBASE database routines) - multimedia.e (Video, 3D, Sound and graphics routines) - network.e (TCP/IP, Winsock, etc. routines) - sequence.e (Sequence routines) - parse.e (parsing routines) - script.e (scripting engine routines) - windows.e (Multiplatform GUI library) I'd be willing to completely write the following libraries myself; - parse.e - script.e - sequence.e script.e being a high-performance library designed to run custom programs in any language at extremely high speeds. Mike The Spike