Re: Rob: Suggestions for Euphoria 2.6
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 23, 2004
- 566 views
Vincent wrote: > > Possible improvements and new features for Euphoria 2.6 > and other products Thanks. > * Significant speed improvement in Euphoria front-end I made very good progress toward that goal today. Much better than I thought possible. profile and profile_time are very handy. > Some large libraries (exp: wxEuphoria) could reach the > 30 include limit. 30 is alot but just to be on the safe > side increase it to 50 or more. The 30 limit is on the depth of nesting of includes, not the total number of includes in a program. Only one person in history every complained about the limit when it was just 10. Now that the front end is in Euphoria, I could get rid of the limit quite easily, but there might be some value in reporting recursive mistakes like: file foo.e: include foo.e Anyway, the interpreter would eventually die with too many open files, not much beyond a depth of 30. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com