|
|
|
|
|
by IReadYourCode
4459 days ago
|
|
It's finally a syntax that doesn't get into your way when you want to generate stuff. Think of XSLT. Every time you want to generate a "<" or ">" you need to escape it. Think of PHP. Every time you want to embed a command you need at least two characters to escape it: <? ?> Xtend choose «guillemets» because they're concise and very unlikely to occur in the string/text/file your generating. You might want to use UTF-8 or ISO-8859-1 encoding. |
|