<div dir="ltr">< two different macros in order not to cause issues with a special variable when working with Parenscript from different sources ><br><br>It sounds like you're talking about something important, but I'd need to see an example in order to get it. However, I'd like an answer to the first question first - does anybody actually need this? - because if not, then maybe the original let can be restored (either by removing or renaming the new one).<br>
<br>Another point: the new let generates different code for variables defined with "defvar" than "var". If the intention is to create Lispy bindings for special variables (indicated by "defvar") then an alternative solution would be to generate fancy code only for variables declared this way, and return to generating plain-old-JS for variables not declared this way. That might be a simple way to get the best of both worlds.<br>
<br>Daniel<br><br><br><br><div class="gmail_quote">On Sat, Aug 9, 2008 at 4:29 PM, Red Daly <span dir="ltr"><<a href="mailto:reddaly@gmail.com">reddaly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have only limited input here.<br>
<br>
On Sat, Aug 9, 2008 at 1:23 PM, Daniel Gackle <<a href="mailto:danielgackle@gmail.com">danielgackle@gmail.com</a>> wrote:<br>
> My questions are: [...] (2) If it really is needed, can we come up<br>
<div class="Ih2E3d">> with an easy way to offer the user their choice of assignment semantics<br>
> (perhaps a special variable)?<br>
<br>
</div>I would much prefer two different macros in order not to cause issues<br>
with a special variable when working with Parenscript from different<br>
sources.<br>
<br>
<br>
> Daniel<br>
<br>
Red<br>
_______________________________________________<br>
parenscript-devel mailing list<br>
<a href="mailto:parenscript-devel@common-lisp.net">parenscript-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
</blockquote></div><br></div>