On Friday, 12 December 2014 14:35:40 UTC-7, kcrisman wrote:
>
>
>
> Does anyone have arguments to keep stripping?
>>
>>
> Just for reference, the usual argument is that one wants full 
> compatibility with the command line (which we don't currently have, 
> however).  E.g.
>
> sage:        a = 4
> sage: a+a
> 8
>
> while with no stripping,
>
> {{{
>        a = 4
> a+a
> }}}
> some kind of syntax error, I guess?
>
>
While compatibility is great, it is better when it is achieved by following 
some sensible guidelines/standards. If wrong code like the first one is 
working fine in one place, it is not exactly a good reason to make it work 
in another. "Indentation is very important, but we will let you be sloppy 
anyway." is not a good approach, in my opinion. Also, the notebook analog 
of those two commands should be TWO cells, not one, and I have no problems 
stripping a blank rectangle in front of the code.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to