Make sure you are using the 'create from the parenscript package:<br><br>(ps:ps (ps:create :foo "bar" :blorg 1))<br><br>that's my guess,<br><br>Red<br><br><div class="gmail_quote">On Fri, Jun 5, 2009 at 9:40 AM,  <span dir="ltr"><<a href="mailto:ps_jim@emidium.com">ps_jim@emidium.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;">Hey all,<br>
I'm new to parenscript so I hope this is a reasonable question<br>
<br>
I think<br>
<br>
(parenscript:ps (create :foo "bar" :blorg 1))<br>
<br>
should return<br>
<br>
{ foo : 'bar', blorg :1}<br>
<br>
but it returns<br>
<br>
create('foo', 'bar', 'blorg', 1);<br>
<br>
which means it is falling through to a regular function.<br>
<br>
I was looking at the source and there create is a 'define-ps-special-form' but it's gonna take me a while to figure out what is going on. Any thoughts about what I'm doing wrong?<br>
<br>
This was in the last tarball and the latest from git.<br>
<br>
Jim<br>
<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>