Re: No one talking today ?
- Posted by Al Getz <Xaxo at aol.com> Oct 26, 2005
- 551 views
DB James wrote: > > Al Getz wrote: > SNIP > > Hi there, > > > > Sounds like an interesting idea. > > What do you mean by: > > "...gathering and optimizing pseudocode algorithms for people > > to use in practicing programming skills" ? > > > > > > Take care, > > Al > > > > And, good luck with your Euphoria programming! > > > > My bumper sticker: "I brake for LED's" > > Hello Al, > > This idea came from my limited success on the Web in getting good, clear > pseudocode > that implement algorithms for various functions for the purpose of translating > them into Eu. I remember thinking that a nice collection of good ones would > make excellent practice in learning any programming language. The mental > effort > of translation would help fix key ideas in mind, but because the algorithmic > reasoning had already been done, the focus would remain on the language. > > For an example of one approach to this, see my post "Unusually Clear > Pseudocode > Example" which I put up before I had seen your post. > > Imagine a bunch of these useful expressions presented in order of difficulty > as well as by type. Probably people at all levels of expertise could benefit. > > --Quark Hi there, Oh yes, interesting idea. Having the methods laid out would help when someone wants to implement their own personal version and yeah provide practice too. It's also interesting to start with a flow chart, and go from there, trying to lay out the program in Eu. It's a challenge to try to get some loops coded into Eu because there is no 'goto' statement. A flow chart is very concise too, even more so than a pseudo coded version. Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"