RE: Live Tutorial
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Jan 22, 2006
- 447 views
Lynn Kilroy wrote: > > > What I'm endeavoring to do now is to understand Euphoria enough to > compose my own input routines. The code snippets I have seen {outside > yours, of course, which are still very confusing to me} have all shown a > little bit of how to do this, but my first endeavors have pretty > consistently failed {Points to Error Report}. > Have you taken a look at prompt_number() and prompt_string()? http://www.rapideuphoria.com/lib_p_r.htm#prompt_number http://www.rapideuphoria.com/lib_p_r.htm#prompt_string > As far as I can tell, there is no Euphoria > Dictionary anywhere. Even if there was one, with the way you talk about > fixing standardized include files, I doubt it could ever really be > complete. So no one ever completely understands Euphoria, just as no > one ever completely understands C, and there's no way to actually > compose a complete and thorough dictionary on Euphoria, and no one's > going to take the time to create such a dictionary for each include file > they write or rewrite. So, my usual method is SOL. Hence, I am stuck > spamming you with questions on even the most basic things because > there's no Error Dictionary, and no Dictionary pointing out things that > I may be doing wrong, and no Dictionary on Euphoria that I can readily > find. > I think you're confusing "Euphoria" the language with all of its libraries. It's true that no one completely understands all of the code that various users have created. But the language itself is actually very simple. Also, asking questions on this list about Euphoria is definitely *not* spamming. There will almost always be at least one person around who will get back to you quickly with a helpful reply. It's a pretty good and helpful community. Matt Lewis