<div dir="ltr"><div class="gmail_default" style="font-size:small">​Folks,  one more thing to consider: the next big release of yaql (1.0, coming really soon) will get support of curly brac​es (by default - to initialise dictionaries in the following way:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_default" style="font-size:small">v0.2/v0.3 syntax: dict(key1=>value1, key2=>value2)</div></blockquote><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_default" style="font-size:small">v1 syntax: {key1=>value1, key2=>value2} (the old syntax works in v1 as well)</div></blockquote><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">So, {} will become a valid yaql expression (empty dict). I believe it is not a big deal to parse that correctly and differentiate between outer markup and an expression contained within, however statements like <{{}}> may be a little ugly.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><font>--<br></font><div dir="ltr"><font>Regards,<br>Alexander Tivelkov</font></div></div></div></div>
<br><div class="gmail_quote">On Thu, Feb 19, 2015 at 1:13 PM, Nikolay Makhotkin <span dir="ltr"><<a href="mailto:nmakhotkin@mirantis.com" target="_blank">nmakhotkin@mirantis.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi ! <br><br>From those three I'd choose only <{ ... }>, it looks better for YAML while '%' sign looks foreign for YAML. Moreover, it needs extra spaces for writing expressions: <br><br>Compare: <br><font face="monospace, monospace">1. <%$.var + 1%><br>2. <% $.var + 1 %><br>3. <{$.var + 1}></font><div><br></div><div>One more point from me: We can't do things just beacuse it is familiar with N things and it should be so.</div><div><br></div><div class="gmail_extra"><div><br></div><div><div dir="ltr"><div><font>Best Regards,</font></div><div><font>Nikolay</font></div></div></div>
</div></div>
<br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>