I was referring to the # pound syntax for fields.
fields can be used with a . or - prefix much more pleasingly to the eyes. An untrained eye would take the # for comments.
Nice! Pretty interesting syntax. Not sure about / for comments or the function argument syntax but you have a solid point about not using " or ' for strings!
admittedly there is the occasional moment I hit where I need an extra @ or @: so it's not perfect, but I have much less issue reading that format than the { true && <element /> } syntax, also think @if is a lot nicer than <if>.
It is explicit, in that one must use the f'' prefix. There are no syntax changes as u'', b'', and r'' already exist. Positionals make bugs more likely.
I use that one quite a bit. Especially when I think of data that occurs in key/value pairs. The only problem is that I wish that the markup was <dt><dd></dd><dt> so that I the key/value pairs were in their own 'box' that could be styled more intuitively.
reply