Re: Eu Improvements consolidation
- Posted by c.k.lester <euphoric at cklester.com> Jan 05, 2007
- 625 views
> Karl Bochert wrote: > > One of my biggest problems with Eu comes when I look at someone's code and > > see something like > > }}} <eucode> > > if atom( base[2][4]) then > > ... > > </eucode> {{{ This, of course, is not a problem with the language, but with the individual programmer. Karl, how would you deal with users who don't follow your particular brand of code formatting. Would you dump Euphoria because somebody doesn't use SS? For instance, even despite SS being available to Euphoria users, you STILL might have code that looks like this:
if atom( base[2][4] ) then ... end if }}} <eucode>
Then what will you do? :) }}}