This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SRFI-62


Dominique Boucher wrote:
Are there any plans to support SRFI-62 (S-expression comments)?

No specific plans. I guess it would be easy to implement if there is a request. http://srfi.schemers.org/srfi-implementers.html doesn't mention any Schemes that implement it, so it doesn't seem like a high priority in terms of compatibility - or functionality.

I'm not convinced by the rationale.  Yes, commenting out using #;
is slightly easier than when using #|...|#, but the latter is more
readable (human-parseable) and safe, I think.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]