Re: Time to finish RedyCode 1.0
- Posted by jmduro May 13, 2017
- 3014 views
If I had the skills to do the job, I would have tried to improve Euphoria 3.11 because its C source code has far less lines than the one of OpenEuphoria. I would have reduced C source code to the shortest size possible to have a minimal core. It is probably already built that way. Maybe it could be even simpler with some entry points removed (calls to internal routines), even if this lowers performance. Companion libraries would have been written in Euphoria, calling Windows or Linux DLLs when needed to stay with short-sized executables.
Jean-Marc