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