Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C Programming (http://www.velocityreviews.com/forums/f42-c-programming.html)
-   -   The Harm of hard-wrapping Lines (http://www.velocityreviews.com/forums/t437857-the-harm-of-hard-wrapping-lines.html)

Xah Lee 04-26-2005 12:15 PM

The Harm of hard-wrapping Lines
 
The Harm of hard-wrapping Lines

20050222

Computing Folks of the industry:

please spread the debunking of the truncating line business of the
****ing unix-loving ****heads, as outlines here:
http://xahlee.org/UnixResource_dir/w...cate_line.html

if this myth-debunking is known widely enough, there wouldn't be any
more line truncating business.

emacs community has always been a thinking community as opposed to the
unix criminals. However by historical happenstance, the emacs of GNU's
Not Unix is essentially a program for unixes, so unavoidable it has to
deal with and inherit some of the ill shits of unix, if for nothing
but to be practical.

However, as of today, emacs don't really have reason to have
arrow-down behavior to be dependent on the hard-coded line wraps. I
want the next emacs version's down-arrow behavior to be fixed. (and
optionally as another mode to move by EOL.)

The reason for this change is easy. For those habituated with hard
wrapped lines, this would cause no difference. However, for those who
have lines that return at logical places, this would be an
improvement. (This is the intuitive way, and all non-geek editors
behave this way, even most editors or IDEs designed for programing.)

The need in this change is significant. By the current behavior of
down-arrow by EOL char, it discourages logical line breaking,
encourages hard-coded line breaking, and engenders the huge and
wide-spread problems as a consequence (as partially detailed in the
url given above): Programs posted online are broken, the who-said-what
quoting systems are a mess to process and comprehend, and needless
complex programs that processes and re-process the hard-wrapped
lines... And also it seeds the bad notions by creation of a generation
of imperative languages based on hard-line wraps (e.g. many
languages's line comment; and cannot be nested), and the misleading
and harmful habituation in IT of sizing software by
EOL-counting. (both of these are hindrances to functional programing.)

Further, in programing there's large chapters and energy spent on
what's called "coding style", which refers to the petty issue of when
and how to press a return so the lines all jag in some uniform
way. This ubiquitous "coding style" activity is helped by the
hard-wrap habit of thinking, which created these EOL-centric language
syntaxes in the first place.

(
When coding in a programing language, the programer should never have
to enter returns for the sake of display-formatting. The language's
syntax and the editor should be able to display the code well on the
fly by a simple parsing. Some 90% of EOL in codes today are there
manually entered by programer that does not serve any function other
than hard-coded pretty-printing.
(as oppose to the sometimes a intentional return to make a point in
the code, either as logical break, or emphasizing a section.)

And as a consequence of these EOL-centric languages is that attention
are put on code by the lines, instead of functional or logical
units. For example, comments tends to be based on lines of code, as
opposed to on a functional unit or algorithm. Boolean clauses inside
IF clause each span a line, as opposed to being together as a
predicate unit.
(which smother new developments of such predicate unit in language
syntax or semantics)
IF blocks almost always span multiple lines, as opposed to the idea of
coherent unit of “if PREDICATE do BLOCK”.
(and such EOL-centric code tends to engender practices such as
calling and setting global variables here and there inside code
blocks).
Temporary variables occupy a line by themselves, as oppose to tucked
inconspicuously inside its functional unit...etc and so on.
(a example of a language that is not EOL-centric is Mathematica,
which displays the code with sensible justification, all done
automatically behind the scenes, just as a word processor is to
writing.
(and the language happens also to display typeset mathematics on the
fly.)
Similar mileu are in LISP languages, but they did not push this idea
further.
(That is to say, in LISP communities, they on occasion still do and
talk about the petty issues of manual return-pressing, even their
languages are potentially immune to the hard-wrap problems.
)
)
)

I hope the above is some elucidation on the hard-wrap and
line-truncation business. Please spread the info.

---------
This email is archived at
http://xahlee.org/UnixResource_dir/writ/hard-wrap.html

Xah
xah@xahlee.org
http://xahlee.org/


jacob navia 04-26-2005 02:53 PM

Re: The Harm of hard-wrapping Lines
 
Xah Lee wrote:
> The Harm of hard-wrapping Lines
>
> 20050222
>
> Computing Folks of the industry:
>
> please spread the debunking of the truncating line business of the
> ****ing unix-loving ****heads, as outlines here:
> http://xahlee.org/UnixResource_dir/w...cate_line.html
>


What I find *really* funny is that document is formatted.... using
at most 80 columns :-)


Keith Thompson 04-27-2005 10:14 AM

Re: The Harm of hard-wrapping Lines
 
"Xah Lee" <xah@xahlee.org> writes:
> The Harm of hard-wrapping Lines
>
> 20050222
>
> Computing Folks of the industry:
>
> please spread the debunking of the truncating line business of the
> ****ing unix-loving ****heads, as outlines here:

[snip]

Thank you for putting the abusive language near the top of your post,
so we know right away to ignore anything else you might have to say.

Note followups.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.

Raymond Wiker 04-27-2005 10:21 AM

Re: The Harm of hard-wrapping Lines
 
Keith Thompson <kst-u@mib.org> writes:

> "Xah Lee" <xah@xahlee.org> writes:
>> The Harm of hard-wrapping Lines
>>
>> 20050222
>>
>> Computing Folks of the industry:
>>
>> please spread the debunking of the truncating line business of the
>> ****ing unix-loving ****heads, as outlines here:

> [snip]
>
> Thank you for putting the abusive language near the top of your post,
> so we know right away to ignore anything else you might have to say.
>
> Note followups.


You don't even have to read the top of the message;
'From: "Xah Leeh"' is enough to flag the message as ignorable.

--
Raymond Wiker Mail: Raymond.Wiker@fast.no
Senior Software Engineer Web: http://www.fast.no/
Fast Search & Transfer ASA Phone: +47 23 01 11 60
P.O. Box 1677 Vika Fax: +47 35 54 87 99
NO-0120 Oslo, NORWAY Mob: +47 48 01 11 60

Garry Hodgson 04-27-2005 02:07 PM

Re: Re: The Harm of hard-wrapping Lines
 
Raymond Wiker <Raymond.Wiker@fast.no> wrote:

> You don't even have to read the top of the message;
> 'From: "Xah Leeh"' is enough to flag the message as ignorable.


you can optimize by putting this in your spam filter.


----
Garry Hodgson, Technical Consultant, AT&T Labs

Your love, your anger, your kindness, your hate.
All of it creates the future for you and your children.
What kind of future are you creating today?

Forrest Black 04-27-2005 10:07 PM

Re: The Harm of hard-wrapping Lines
 
jacob navia wrote:

> Xah Lee wrote:
>
>> The Harm of hard-wrapping Lines


> What I find *really* funny is that document is formatted.... using
> at most 80 columns :-)


I find Xah Lee offensive and just plain stupid. What is this doing in
comp.lang groups?

Blargh.

Martin Ambuhl 04-27-2005 10:36 PM

Re: The Harm of hard-wrapping Lines
 
Forrest Black wrote:

> I find Xah Lee offensive and just plain stupid. What is this doing in
> comp.lang groups?


Why does he post Chinese poetry (in Chinese characters) to English usage
newsgroups?

Chris McDonald 04-27-2005 10:38 PM

Re: The Harm of hard-wrapping Lines
 
Martin Ambuhl <mambuhl@earthlink.net> writes:

>Why does he post Chinese poetry (in Chinese characters) to English usage
>newsgroups?



Why do you believe that these newsgroups are restricted to English?
From where comes the restriction? (and it obviously doesn't work).

--
Chris.

Mark McIntyre 04-27-2005 11:16 PM

Re: The Harm of hard-wrapping Lines
 
On Wed, 27 Apr 2005 22:38:24 +0000 (UTC), in comp.lang.c , Chris
McDonald <chris@csse.uwa.edu.au> wrote:

>Martin Ambuhl <mambuhl@earthlink.net> writes:
>
>>Why does he post Chinese poetry (in Chinese characters) to English usage
>>newsgroups?

>
>
>Why do you believe that these newsgroups are restricted to English?
>From where comes the restriction? (and it obviously doesn't work).


by convention, groups not prefixed with a national identifier such as
de, fr, etc are considered to be english language groups unless their
charter states otherwise. As with any unmoderated group, there's
nothing to enforce this except common sense.

--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

Walter Roberson 04-27-2005 11:31 PM

Re: The Harm of hard-wrapping Lines
 
In article <t670715drc0bclj3ku64pjfqr9j0atfs7l@4ax.com>,
Mark McIntyre <markmcintyre@spamcop.net> wrote:
>by convention, groups not prefixed with a national identifier such as
>de, fr, etc are considered to be english language groups unless their
>charter states otherwise. As with any unmoderated group, there's
>nothing to enforce this except common sense.


I use a completely different convention. My convention is this:

If someone posts in a language other than English in a
newsgroup that is not specifically chartered for English, then
that person is restricting the number of people who are likely
to have the time and knowledge to answer them. One might advise
them of this, but one should otherwise leave them alone [unless
one can answer.]

The situation is no different than if you are in a bus/ train/
airplane and nearby people start talking in another language.
If they aren't obviously trying to include you, then
they aren't talking to you. Which is fine, considering that
most threads pretty quickly turn into one person talking to
another person without a care as to whether anyone else is
paying attention.
--
Oh, to be a Blobel!


All times are GMT. The time now is 03:06 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57