Re[2]: Multitask Feedback
- Posted by akusaya at gmx.net Sep 23, 2005
- 436 views
R> Maybe. R> I'll give it some thought. R> Thanks. R> Currently when any task crashes you'll get a call stack R> traceback in ex.err for *each* task, plus the global/local R> variables as usual. The active (crashing) task info is listed first. Again, and again, how about a feature to ignore return values after calling a function? It's really annoying, almost every time I make a little Eu program I need to do something like PP = seek(fn, 100) where PP is a global variable I defined in aku.e which is an include file I always include when starting to write a new Eu program. (almost never write a Eu program without an "include"!) All languages I know allow ignoring function return values. Why not Eu? (BTW, I tried making a website with PHP, unexpectedly it's not a lot harder than using Eu, but much easier since it has rich functions and database access functions)