Re: Issues installing Euphoria
- Posted by dcuny Dec 02, 2014
- 1939 views
For EuHelp I wrote a little program that extracted keywords from the Euphoria html documentation files.
I believe that ee did something along those lines as well.
But with a more modern editor, you want something that parses out the file that you're currently editing as well. The intellisense can auto-complete routines and variables for what you're currently working on, not just global stuff.
Because Euphoria isn't strongly typed, the intellisense can't do as much as other languages. If you've using a large library (like wxWidgets), I found a type system invaluable, because large libraries like that are just too massive to remember all the various methods.
Good to see you back, David Cuny!
I've always enjoyed the Euphoria community, but there are a lot of "Real Life" projects that eat up my time. To be honest, I've been at home with a cold for the last couple of days, which is why I've got a little time on my hands. I'm supposed to be working on a singing voice-synthesis program, and had been kicking around the idea of developing it in Euphoria, since I still don't really like working in C...
Anyway, it's nice to visit.
- David