From: Matthew Kerwin Date: 2013-04-26T07:09:36+09:00 Subject: Re: Ruby multiline comments and Coffee --089e0149401c634fbc04db36ace0 Content-Type: text/plain; charset=ISO-8859-1 =begin/=end are from pod (perl 'plain old documentation') markers, intended for the big explanatory documentation block at the top of the file. Real perl pod is itself a rich language, with tools for extracting it and creating man pages and all that. Neither perl nor ruby have what you'd call 'true block comments'. At this point it would probably be hard to introduce a good syntax that doesn't conflict with someone's existing comment style, but I wouldn't mind seeing the discussion. Personally I require my block comment markers to have distinct begin and end tokens. I don't care about nesting, I'm always happy to work within the spec for things like: // /* /* 0 */ 1 // */ 2 --089e0149401c634fbc04db36ace0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

=3Dbegin/=3Dend are from pod (perl 'plain old documentation') ma= rkers, intended for the big explanatory documentation block at the top of t= he file.=A0 Real perl pod is itself a rich language, with tools for extract= ing it and creating man pages and all that.

Neither perl nor ruby have what you'd call 'true block comments&= #39;. At this point it would probably be hard to introduce a good syntax th= at doesn't conflict with someone's existing comment style, but I wo= uldn't mind seeing the discussion.

Personally I require my block comment markers to have distinct begin and= end tokens. I don't care about nesting, I'm always happy to work w= ithin the spec for things like:

=A0=A0=A0 // /*
=A0=A0=A0 /* 0 */ 1
=A0=A0=A0 // */ 2

--089e0149401c634fbc04db36ace0--