Re: Structured Programming using Forth
- From: "Brad Eckert" <nospaambrad1@xxxxxxxxxxxx>
- Date: 5 Apr 2007 08:29:12 -0700
On Apr 5, 5:52 am, "rickman" <gnu...@xxxxxxxxx> wrote:
I am probably going to regret replying to your post, but I want to
address one thing. You said several times, that programming the
SeaForth chip is more like assembly language than a high level
language. I think you are ignoring the fact that Forth is
extensible.
But then with a 512 word program space there's only so much extending
you can do. They most likely have code for a TCP/IP stack left over
from the iTV venture. I'll go out on a limb here and say that the TCP/
IP stack won't fit in 512 words of code space. What will fit in that
space is an interpreter that implements a VM that executes TCP/IP code
resident in off-chip memory. Substantial applications would be written
in the language of the VM (Forth, if the Intellasys guys have their
way) with the VM containing some application specific primitives to
speed things up.
I take more of a hardware view of the SeaForth processors. Each
processor is a replacement for hardware peripheral, a CPU, etc. IHMO
it's a pretty flexible way to define peripheral functions as long you
don't much analog involved. Kind of like an FPGA replacement but much
lower power. I would like to use it but its weak support for double
precision math (Chuck doesn't use double precision so the instruction
set doesn't support it) precludes its use.
Brad
.
- Follow-Ups:
- Re: Structured Programming using Forth
- From: rickman
- Re: Structured Programming using Forth
- From: John Passaniti
- Re: Structured Programming using Forth
- References:
- Re: Structured Programming using Forth
- From: jcomeau_ictx
- Re: Structured Programming using Forth
- From: Alex McDonald
- Re: Structured Programming using Forth
- From: rickman
- Re: Structured Programming using Forth
- From: Alex McDonald
- Re: Structured Programming using Forth
- From: J Thomas
- Re: Structured Programming using Forth
- From: Paul E. Bennett
- Re: Structured Programming using Forth
- From: John Passaniti
- Re: Structured Programming using Forth
- From: J Thomas
- Re: Structured Programming using Forth
- From: John Passaniti
- Re: Structured Programming using Forth
- From: J Thomas
- Re: Structured Programming using Forth
- From: John Passaniti
- Re: Structured Programming using Forth
- From: rickman
- Re: Structured Programming using Forth
- Prev by Date: Re: Forth Frustrations
- Next by Date: Re: Forth Frustrations
- Previous by thread: Re: Structured Programming using Forth
- Next by thread: Re: Structured Programming using Forth
- Index(es):
Relevant Pages
|