Re: Euphoria vs. other programming languages
- Posted by CChris Mar 08, 2009
- 1484 views
ChrisB said...
So, Judith's IDE, isn't slick enough?
Chris
It is a designing IDE, not a programming IDE. You can't use it for non win32lib-based apps. It doesn't tell you where symbols are defined, how the inclusion tree (now graph) looks like, doesn't provide any routine management, doesn't provide code templates, doesn't provie autocompletion or other routine argument tips, etc etc etc
You may say that advanced text editors do provide many of those features. That is true. But, for instance, none that I know abou can properly highlight instances of variables with an user defined type - just one tiny example.
CChris