On 9/10/06, Peter Tanski <[EMAIL PROTECTED]> wrote:
> On Sep 10, 2006, at 4:49 AM, skaller wrote:
>
> > On Sun, 2006-09-10 at 00:50 -0400, Peter Tanski wrote:
> >>> What's the opinion of 'getting rid' of semicolons?
> >
I'm also against semicolons.
As an hint should look at the ruby syntax that is pretty cool on that.
In fact, in ruby, line endings stop the instruction except if it's
explicitly not terminated.
x = 3 +
4
f x
g y,
z + 1,
z * 2
But semicolons can be used to compact some instructions:
f x; g y
Best regards,
--
Nicolas Pouillard
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language