[go: up one dir, main page]

|
|
Log in / Subscribe / Register

Little things that matter in language design

Little things that matter in language design

Posted Jun 10, 2013 0:13 UTC (Mon) by tjc (guest, #137)
In reply to: Little things that matter in language design by bokr
Parent article: Little things that matter in language design

> My language's comments follow either # or ##.
> The latter is the traditional rest-of-line comment prefix,
> and the single # only comments out the immediately following expression.

I think I would probably flip those around , since # is already widely used for line comments. You will do yourself no favors by breaking common conventions.


to post comments

Little things that matter in language design

Posted Jun 11, 2013 2:00 UTC (Tue) by bokr (guest, #58369) [Link]

Thanks for your comment.
I will try that and see how it works out.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds