Re: GOTO - A fresh perspective?
- Posted by void <void at xs4all.nl> Feb 11, 2002
- 531 views
Kat is right, Eu would be better and could become more popular with a GOTO. Btw. popularity is something that could be greatly improved by making it more accessable for beginners, f.i. after install people want to see an easy and friendly user interface. And clear examples ("for dummies") for everything, from a simple "hello world" to creating and accessing DLL's. <> > dependancies!! What, there is a "main" and the program actually starts at > the bottom of the page?? Sheesh, no one would use a language like that! > Oh, but they do, they just rename the functionality and hide the details, and > force the user to learn the details of each new subset of the functionality in > the new syntax words, like "continue" and "exit". What's next, "break"? > Maybe a "restart_loop()"? Changing the control vars in the "for" line? > Parameters for "continue()"? No thanks, gimme the plain and simple "goto". <> > return nests of things, not one predefined thing. Giving us Lisp's sequences > with a Basic language syntax, that's Eu's claim to fame. Allowing better flow > control with a "goto", even more use of the sequences with exec(sequence > s), threads, etc., can only make Eu better and more appealing to a wider > audience. > > Kat