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


> 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.

Many systems implement it. At least the following: Gambit-C, Chicken,
PLT-Scheme, Bigloo, SISC. I wouldn't base my judgment on the link above. It
is clearly not update to date. 

> 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.

YMMV, of course. But if your editor supports SRFI-62 and highlights comments
in a special font/color, then #; is fairly readable and safe. With #|...|#,
you can easily comment out more stuff than you intended.

Dominique



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