"Marco Maggi" wrote:
>"Hans Aberg" wrote:
>> I am writing on  a parser that translates normal function
>> syntax in to Guile code.
>
> I do not know which  scenario you are working with, but it
> is perfectly possible to convert the input syntax:
>
>  ((sin , cos , tan) 1.2)

Sorry, I have been too  quick: you cannot use "," because it
has special meaning for the  reader; but you can use another
character like ":".
-- 
Marco Maggi

Reply via email to