Jorgen Grahn wrote:
> On Mon, 26 Jun 2006 11:47:21 +0200, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> ...
>> assuming fixed-pitch fonts isn't very Pythonic, though; to get reliable 
>> indentation
>> no matter what font you're using, you can write [...]
> 
> Since when?  I've always coded, in all languages I've ever used[1], under the
> assumption that the reader will view it with a fixed-pitch ... font. I assumed
 > everyone else did, too....
> I like well-typeset code in print though. Bjarne Stroustrup uses an elegant
> system for C++ code, ....
See Knuth on Literate Programming and the "Web" systems (e.g. CWeb).
His goal is to look good typeset with explanation, and extract-to-compile.

--Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to