Hello,
Bastien <[email protected]> writes:
> FWIW I'm all for a variation of this
>
> {{{name(arg1 "arg2 with space" "arg3 \"with\" quote")}}}
>
> if we can also support the old syntax.
Supporting old syntax is a bit tricky. Perhaps something like:
- Find the first one to appear between comma and quote:
- if it is a comma, use old syntax
- in any other case, use new syntax.
> The reason why I prefer the parentheses is that it makes
> clear for newbies that the items within the parentheses
> are arguments, whereas I find it less clear with no
> parentheses.
Write more Lisp ;)
Regards,
--
Nicolas Goaziou