Re: Upcoming releases
- Posted by Irv <mountains at MINDSPRING.COM> Jun 13, 1997
- 952 views
Ralf Nieuwenhuijsen wrote: <snip> > Also have some more preprocces commands, like enums and partners > (different var-name, same memory addres) and select case (like in > qbasic) and many others... > Look at the preproccesor of David Cunny, it genuis, at least include > 'with each .. in ... do' constructs, they are great!! > Having more clearly code will have a great impact on Euphoria.. > Ralf has a very good point here - there are a couple of constructs that really *do* increase the clarity of code. Case is almost mandatory. With each would be really nice, too, especially since Euphoria does so much with sequences. Hopefully, RDS does put clarity and simplicity top on their list of priorities. Irv