[plt-scheme] Re: apply vs dot notation syntax
kbohdan at mail.ru
kbohdan at mail.ru
Sun Oct 5 09:26:14 EDT 2008
Jos Koot wrote:
> I think we would have a problem when writing (f a b . (g c d)).
> This always should mean the same thing as (f a b g c d).
Right, thx.
Just curious, who should be responsible for this similarity: reader?
Guessing other possibilities:
Following was not accepted because of additional parsing overhead?:
(f a b *: (g c d))
--
Bohdan
More information about the plt-scheme
mailing list