[plt-scheme] bug?
I was wrong.
sorrry
got confused.
forget it.
On Fri, 21 Jun 2002, David Feuer wrote:
> [Please handle PLT Scheme list administrative tasks through the Web:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme]
>
> These _could_ be right, but I very much doubt it.
>
> ``(3 4 ,,@'(3 4 5)) ==DrSchemev200alpha19=>
>
> `(3 4 (unquote 3 4 5))
>
> ``(3 4 ,@,'(3 4 5))
> ==> `(3 4 ,@(3 4 5))
>
> Admittedly, the standard is not particularly clear about how
> unquote-splice is supposed to nest, but this doesn't seem right.
>
> Al: how _should_ these work??
>
> David
>
>