Re: indentation whitespace tabs -> spaces

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Craig Brooksby
日付:  
To: plug-discuss
題目: Re: indentation whitespace tabs -> spaces
In Python, indentation is syntactically significant (wow -- I sound
like a programmer when I use big words!). So tabs vs. spaces can mean
that Python code doesn't even parse. (sigh)

But here's a language, in which "any non whitespace characters are
ignored; only spaces, tabs and newlines are considered syntax." Did
you get that? *Only* whitespace is significant.

http://compsoc.dur.ac.uk/whitespace/index.php

What a world. :-)
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss