According to previous discussion about Sweet expression, we should treat curly-brackets as delimiter, say:
{+ 1 1} ==> 2
This patch added an option to read-option to enable this. And the patch will cause Guile treats curly-brackets as delimiter in default. 
We don't see any harm for this till now. But one may disable it with read-option as will.

Regards.