Re: [colorforth] New Linux 4word
- Subject: Re: [colorforth] New Linux 4word
- From: Terry Loveall <loveall@xxxxxxxxx>
- Date: Wed, 6 Apr 2005 19:03:47 -0700
On Wed, 6 Apr 2005 17:46:43 -0400 (EDT)
Mark Slicker <maslicke@xxxxxxxxxxx> wrote:
> On Fri, 1 Apr 2005, Terry Loveall wrote:
>
> > 4word was designed to aid communications between humans as much as it was
> > designed to efficiently communicate with the computer. The bulk of human
> > communication is in ASCII format, e.g. email and web browsing. Saw no
> > point in having two different text interfaces.
> >
>
> I don't understand this rationale. While protocols for transfering web
> pages (HTTP), and email (SMTP), are encoded in ASCII, the actual contents
> may not be encoded in ASCII. With the proliferation of Unicode you will
> end dealing with more than one kind of text encoding even for english. I
> don't see what bearing this has on the source representation or even the
> interface for text composistion.
>
> Mark
ASCII is the bed-rock of computers. Every other data format is transitory.
The colorForth kernel is written in ASCII. And look at the first application
written in/for colorForth: the huffman to HTML translator.
Using colorForth to write communications software means you will have to deal
with it eventually. I chose to do so up front rather than take a detour.
Regards,
Terry Loveall
---------------------------------------------------------------------
To unsubscribe, e-mail: colorforth-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: colorforth-help@xxxxxxxxxxxxxxxxxx
Main web page - http://www.colorforth.com