Re: List of CF compatible hardware
"David J. Goehrig" <[email protected]> Wed, 8 Apr 2009 13:28:34 -0400
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 07, 2009 at 03:25:53PM -0600, [email protected] wrote: > does anyone have a sense of how difficult it would be to implement ascii > compatibility in CF? Do you mean editing ascii in CF, processing ascii with CF, or displaying ascii in CF? Translating to/from ascii is really just a 128 byte lookup table, and a couple words. > end application would be implementing the http > protocol on a webserver, written in CF Are you planning on using an OS's TCP/IP stack, or are you writing your own? Dave