Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

In computing, the mean time to failure keeps getting shorter.


devel / comp.lang.forth / Re: A Colorforth Standard? What processors is it available on?

SubjectAuthor
* A Colorforth Standard? What processors is it available on?Wayne morellini
+* Re: A Colorforth Standard? What processors is it available on?Zbig
|`* Re: A Colorforth Standard? What processors is it available on?Wayne morellini
| +- Re: A Colorforth Standard? What processors is it available on?Zbig
| `- Re: A Colorforth Standard? What processors is it available on?Hans Bezemer
`* Re: A Colorforth Standard? What processors is it available on?Howerd
 +- Re: A Colorforth Standard? What processors is it available on?Wayne morellini
 +* Re: A Colorforth Standard? What processors is it available on?Lorem Ipsum
 |`- Re: A Colorforth Standard? What processors is it available on?Wayne morellini
 `- Re: A Colorforth Standard? What processors is it available on?Wayne morellini

1
A Colorforth Standard? What processors is it available on?

<33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=19988&group=comp.lang.forth#19988

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:5c95:0:b0:344:dde5:7d64 with SMTP id r21-20020ac85c95000000b00344dde57d64mr42919549qta.674.1662457798084;
Tue, 06 Sep 2022 02:49:58 -0700 (PDT)
X-Received: by 2002:ad4:5deb:0:b0:477:587:967 with SMTP id jn11-20020ad45deb000000b0047705870967mr43265551qvb.79.1662457797914;
Tue, 06 Sep 2022 02:49:57 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 6 Sep 2022 02:49:57 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=49.197.154.127; posting-account=WyLDIgoAAAAL9-lKxDxWp0Afty5A1XnH
NNTP-Posting-Host: 49.197.154.127
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
Subject: A Colorforth Standard? What processors is it available on?
From: waynemor...@gmail.com (Wayne morellini)
Injection-Date: Tue, 06 Sep 2022 09:49:58 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 5325
 by: Wayne morellini - Tue, 6 Sep 2022 09:49 UTC

Well, seems there are a lot of people with not much better things to do then bust into constructive threads and act
like children. So, I might as well give them something else to complain about. :)

Anyway, what processors is colorforth on?

Is there a common code repository for code in Colorforth?

What about common services and feature code which could work on all editions of Colorforth?

What about a standard based on Colorforth using a common code repository and common core and optimal features
and services framework in a common repository?

_____

A tentative discussion.

What does Etherforth and Machine Forth have to offer. I know I haven't concentrated
on Etherforth (are we actually up to one after that?), but Colorforth was written a
long time ago, and Chuck has made a few ways to improve things up, if memory serves
me right? So, should Colorforth be updated, or the latest me adapted as a new version?

Virtual workspaces (windows and screens) and actual workspaces.

Flexible GUI element placement? With text descriptor default.

Input output translator and remapper. Basically, for controls, define targets to aim
at for each control, direction and priority. The system implementation, or hardware
add-on, has it's own scheme to match up the controls. The system then auto maps, or
the developer then custom maps (such as in known embedded product for better
results). The system has an system implementation ID, so the developer knows what to
map, and hardware ID. Where no system ID is given, then the system auto maps,
and the user uses a configuration editor to change the map to customise to their
liking.

With storage mapping, convention is used to address file, file handlers, pointers, and
flat space, with declared lengths of each of these values. Simple (cross
compatible mode of subset of conventional usage) and complex mode, where system
ID and all values are exposed. Most of the time, only simple is needed.
Complex mode is simply sunk or swim, if nobody works it out eventually. Trying to
map all possible values to a virtual equivalent is a pain in the ... I had over 1000
possible directory entry fields, or something like that, just on my own design, trying
to accommodate all possibilities, but newer file systems have more than even
that. Simple, is more like fat32 field set, as most of the time app code is written for
one storage space, rather than a utility ranging across a segmented secure multi
program multi user system.

And Jeff's Aha! work?

______

The reason why colorforth is still important.

There was some paper written long ago comparing machine forth to forth on an
ARM, and I think native code. It was talking about people suggesting that machineforth
was superior, which I don't think people were. The actual reality, is the mapping of
colorforth to a subset of 386 code, offered a good opportunity for a virtual
machine, and a risc mode version of the 386 instruction set on a microscopic misc
CPU to run that mode, capable of going to GA x18 low power states with
performance. Much of the time, a x86 system and apps, could be programmed to stay
in this mode, only coming out when higher performance tasks are needed, crashing
battery consumption. Definitely desirable. As an array, these cpus can be
dynamically turned on as intended, with big 32 bit+ versions. This would achieve
a much higher performance density per watt and per transistor. That's where it
would be clearly superior, in that particular use case. Now, people aren't going to ditch
their x86 code and processor cores overnight for this, so the new architecture could
offer some benefits for low energy modes of operation, and specially written code.
But, for embedded and mobile use, most of it could be just this mode straight off
the bat, with maybe a basic 32 or 64 bit x86 core for some compatibility, or even such
code run through emulation in the parralel array. Wherever that is a performance
enhancement or not, is irrelevant, as eventually, it becomes all the new misc 86
code, and in the meantime less cost and energy consumption per transistor is
gained in the processor department, in an emulated system.

Thank you.

Re: A Colorforth Standard? What processors is it available on?

<5c220d39-0a40-45f7-88c7-218f81157057n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=19989&group=comp.lang.forth#19989

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:d89:b0:479:6726:7f42 with SMTP id e9-20020a0562140d8900b0047967267f42mr42915431qve.20.1662458799809;
Tue, 06 Sep 2022 03:06:39 -0700 (PDT)
X-Received: by 2002:a05:6214:4102:b0:4a8:940b:b752 with SMTP id
kc2-20020a056214410200b004a8940bb752mr5794371qvb.68.1662458799263; Tue, 06
Sep 2022 03:06:39 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 6 Sep 2022 03:06:39 -0700 (PDT)
In-Reply-To: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:a31d:a246:1300:1cec:889e:3a9e:92a8;
posting-account=cxuXKwoAAABQpPOMD55A9IPz7pPrw6ml
NNTP-Posting-Host: 2a02:a31d:a246:1300:1cec:889e:3a9e:92a8
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5c220d39-0a40-45f7-88c7-218f81157057n@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: zbigniew...@gmail.com (Zbig)
Injection-Date: Tue, 06 Sep 2022 10:06:39 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1379
 by: Zbig - Tue, 6 Sep 2022 10:06 UTC

Do you code anything at all using Forth?
And I don't mean ColorForth; even old, „obsolete” fig-Forth will do.

Re: A Colorforth Standard? What processors is it available on?

<1243767a-9a17-4c86-8628-175918466cben@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=19993&group=comp.lang.forth#19993

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:5fd6:0:b0:343:4b4:1022 with SMTP id k22-20020ac85fd6000000b0034304b41022mr43813268qta.616.1662466411257;
Tue, 06 Sep 2022 05:13:31 -0700 (PDT)
X-Received: by 2002:a05:620a:2239:b0:6be:91e8:c9dc with SMTP id
n25-20020a05620a223900b006be91e8c9dcmr28049405qkh.305.1662466411107; Tue, 06
Sep 2022 05:13:31 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 6 Sep 2022 05:13:30 -0700 (PDT)
In-Reply-To: <5c220d39-0a40-45f7-88c7-218f81157057n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=49.197.154.127; posting-account=WyLDIgoAAAAL9-lKxDxWp0Afty5A1XnH
NNTP-Posting-Host: 49.197.154.127
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com> <5c220d39-0a40-45f7-88c7-218f81157057n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1243767a-9a17-4c86-8628-175918466cben@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: waynemor...@gmail.com (Wayne morellini)
Injection-Date: Tue, 06 Sep 2022 12:13:31 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1557
 by: Wayne morellini - Tue, 6 Sep 2022 12:13 UTC

On Tuesday, September 6, 2022 at 8:06:41 PM UTC+10, Zbig wrote:

"lorem ipsum".

More crap. Time to finish, you have been stalking me in enough threads.

What's this guy's name, so I can start using it, do others can figure out
what he is doing? He is just following around now, with virtually nothing
constructive to offer

Re: A Colorforth Standard? What processors is it available on?

<a9c67932-cf27-42a8-ae8c-8ef5f66765e3n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=19996&group=comp.lang.forth#19996

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:955:b0:6be:74ee:c66c with SMTP id w21-20020a05620a095500b006be74eec66cmr33992401qkw.511.1662467628002;
Tue, 06 Sep 2022 05:33:48 -0700 (PDT)
X-Received: by 2002:a05:6214:5192:b0:499:2981:22b4 with SMTP id
kl18-20020a056214519200b00499298122b4mr23132724qvb.41.1662467627826; Tue, 06
Sep 2022 05:33:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Tue, 6 Sep 2022 05:33:47 -0700 (PDT)
In-Reply-To: <1243767a-9a17-4c86-8628-175918466cben@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:a31d:a246:1300:1cec:889e:3a9e:92a8;
posting-account=cxuXKwoAAABQpPOMD55A9IPz7pPrw6ml
NNTP-Posting-Host: 2a02:a31d:a246:1300:1cec:889e:3a9e:92a8
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
<5c220d39-0a40-45f7-88c7-218f81157057n@googlegroups.com> <1243767a-9a17-4c86-8628-175918466cben@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a9c67932-cf27-42a8-ae8c-8ef5f66765e3n@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: zbigniew...@gmail.com (Zbig)
Injection-Date: Tue, 06 Sep 2022 12:33:47 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1465
 by: Zbig - Tue, 6 Sep 2022 12:33 UTC

So your answer is: „still not yet — but I'm going to, very soon”? :]

Re: A Colorforth Standard? What processors is it available on?

<4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=20078&group=comp.lang.forth#20078

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:519e:b0:4ac:b5de:4f15 with SMTP id kl30-20020a056214519e00b004acb5de4f15mr1030719qvb.114.1662912232652;
Sun, 11 Sep 2022 09:03:52 -0700 (PDT)
X-Received: by 2002:a25:c883:0:b0:6a7:c537:d031 with SMTP id
y125-20020a25c883000000b006a7c537d031mr19149719ybf.34.1662912232361; Sun, 11
Sep 2022 09:03:52 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Sun, 11 Sep 2022 09:03:52 -0700 (PDT)
In-Reply-To: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2a01:c23:75c5:3d00:c1d3:21bd:ce28:e27b;
posting-account=o1zNBwoAAABP2KiH5g6nPQp_sYWidVdt
NNTP-Posting-Host: 2a01:c23:75c5:3d00:c1d3:21bd:ce28:e27b
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: howe...@yahoo.co.uk (Howerd)
Injection-Date: Sun, 11 Sep 2022 16:03:52 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 8058
 by: Howerd - Sun, 11 Sep 2022 16:03 UTC

On Tuesday, September 6, 2022 at 11:49:59 AM UTC+2, Wayne morellini wrote:
> Well, seems there are a lot of people with not much better things to do then bust into constructive threads and act
> like children. So, I might as well give them something else to complain about. :)
>
> Anyway, what processors is colorforth on?
>
> Is there a common code repository for code in Colorforth?
>
> What about common services and feature code which could work on all editions of Colorforth?
>
> What about a standard based on Colorforth using a common code repository and common core and optimal features
> and services framework in a common repository?
>
> _____
>
> A tentative discussion.
>
> What does Etherforth and Machine Forth have to offer. I know I haven't concentrated
> on Etherforth (are we actually up to one after that?), but Colorforth was written a
> long time ago, and Chuck has made a few ways to improve things up, if memory serves
> me right? So, should Colorforth be updated, or the latest me adapted as a new version?
>
> Virtual workspaces (windows and screens) and actual workspaces.
>
> Flexible GUI element placement? With text descriptor default.
>
> Input output translator and remapper. Basically, for controls, define targets to aim
> at for each control, direction and priority. The system implementation, or hardware
> add-on, has it's own scheme to match up the controls. The system then auto maps, or
> the developer then custom maps (such as in known embedded product for better
> results). The system has an system implementation ID, so the developer knows what to
> map, and hardware ID. Where no system ID is given, then the system auto maps,
> and the user uses a configuration editor to change the map to customise to their
> liking.
>
> With storage mapping, convention is used to address file, file handlers, pointers, and
> flat space, with declared lengths of each of these values. Simple (cross
> compatible mode of subset of conventional usage) and complex mode, where system
> ID and all values are exposed. Most of the time, only simple is needed.
> Complex mode is simply sunk or swim, if nobody works it out eventually. Trying to
> map all possible values to a virtual equivalent is a pain in the ... I had over 1000
> possible directory entry fields, or something like that, just on my own design, trying
> to accommodate all possibilities, but newer file systems have more than even
> that. Simple, is more like fat32 field set, as most of the time app code is written for
> one storage space, rather than a utility ranging across a segmented secure multi
> program multi user system.
>
>
> And Jeff's Aha! work?
>
> ______
>
> The reason why colorforth is still important.
>
> There was some paper written long ago comparing machine forth to forth on an
> ARM, and I think native code. It was talking about people suggesting that machineforth
> was superior, which I don't think people were. The actual reality, is the mapping of
> colorforth to a subset of 386 code, offered a good opportunity for a virtual
> machine, and a risc mode version of the 386 instruction set on a microscopic misc
> CPU to run that mode, capable of going to GA x18 low power states with
> performance. Much of the time, a x86 system and apps, could be programmed to stay
> in this mode, only coming out when higher performance tasks are needed, crashing
> battery consumption. Definitely desirable. As an array, these cpus can be
> dynamically turned on as intended, with big 32 bit+ versions. This would achieve
> a much higher performance density per watt and per transistor. That's where it
> would be clearly superior, in that particular use case. Now, people aren't going to ditch
> their x86 code and processor cores overnight for this, so the new architecture could
> offer some benefits for low energy modes of operation, and specially written code.
> But, for embedded and mobile use, most of it could be just this mode straight off
> the bat, with maybe a basic 32 or 64 bit x86 core for some compatibility, or even such
> code run through emulation in the parralel array. Wherever that is a performance
> enhancement or not, is irrelevant, as eventually, it becomes all the new misc 86
> code, and in the meantime less cost and energy consumption per transistor is
> gained in the processor department, in an emulated system.
>
>
> Thank you.

Hi Wayne,

> Anyway, what processors is colorforth on?
x86 32bit, i386 and higher or compatible - that is any modern Intel/AMD PC.

> Is there a common code repository for code in Colorforth?
Yes - my distribution of cf2022 here : https://www.inventio.co.uk/cf2022/index.html.
The colorForth application code is pre-parsed, so can only be read by the colorForth program (or a specialised editor).
GreenArrays also provide arrayForth code in their distribution, but it is not compatible with cf2022.
Likewise Pablo Reda's R4 distirbution...

> What about common services and feature code which could work on all editions of Colorforth?
colorForth cf2022 is work in progress, and I do not intend to make anything backwards compatible with earlier versions, or compatible with other distributions such as the excellent GreenArrays ArrayForth.

> What about a standard based on Colorforth
You could use the current (latest) cf2022 as the current standard if you like, but it is likely to change. When I say "likely" I mean almost certainly..

The relationship between the F18 core (used in the GA144) and colorForth is complex. The F18 uses 5 bit opcodes that map to the F18 hardware, and these opcodes are compiled by the GreenArrays' ArrayForth, which is a version of colorForth running on a PC. It would be possible to re-write colorForth to use only the F18 opcode instruction set as an extra layer between the hardware and higher level colorForth code. This would make is run faster on an F18 core, but less fast on a PC. There is no point in doing this until there is some F18 (i.e. GA144) hardware available that has some sort of GUI available - I think that this would then deserve a new name - how about "machineForth:F18" ?
colorForth runs on a PC at the moment - that is at least one thing that all colorForths have in common, including Pablo Reda's R4 (https://github.com/phreda4/r4).

Cheers,
Howerd

Re: A Colorforth Standard? What processors is it available on?

<3aadf884-d6ab-4bc7-8dff-ece5635b5dc7n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=20090&group=comp.lang.forth#20090

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:620a:198e:b0:6bb:7651:fc7 with SMTP id bm14-20020a05620a198e00b006bb76510fc7mr16956546qkb.376.1662943270798;
Sun, 11 Sep 2022 17:41:10 -0700 (PDT)
X-Received: by 2002:a25:dfc4:0:b0:6a9:8faa:ddf7 with SMTP id
w187-20020a25dfc4000000b006a98faaddf7mr19595618ybg.388.1662943270620; Sun, 11
Sep 2022 17:41:10 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Sun, 11 Sep 2022 17:41:10 -0700 (PDT)
In-Reply-To: <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=211.30.59.46; posting-account=WyLDIgoAAAAL9-lKxDxWp0Afty5A1XnH
NNTP-Posting-Host: 211.30.59.46
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com> <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3aadf884-d6ab-4bc7-8dff-ece5635b5dc7n@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: waynemor...@gmail.com (Wayne morellini)
Injection-Date: Mon, 12 Sep 2022 00:41:10 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4046
 by: Wayne morellini - Mon, 12 Sep 2022 00:41 UTC

On Monday, September 12, 2022 at 2:03:53 AM UTC+10, Howerd wrote:
> On Tuesday, September 6, 2022 at 11:49:59 AM UTC+2, Wayne morellini wrote:
> > Thank you.
> Hi Wayne,

Thanks for this Howerd.
...
So, there is no attempt to port it to other processor families.

> > What about common services and feature code which could work on all editions of Colorforth?
> colorForth cf2022 is work in progress, and I do not intend to make anything backwards compatible with earlier versions, or compatible with other distributions such as the excellent GreenArrays ArrayForth.

Sorry, I meant going forwards across all new processor families, but there only seems to be
X86. I meant a common interfaces, storage and gui source code packages people could use to
run it stand alone, or under a. OS, so that all programs only need to be write once, unless you
want to customise. Sort of modem os concepts, as Linux does, and C only very remotely
attempted at its heart. That was the interest in Aha, as Jeff did significant work on what is
likely an optimised system.

> > What about a standard based on Colorforth
> You could use the current (latest) cf2022 as the current standard if you like, but it is likely to change. When I say "likely" I mean almost certainly.

Updatable standard anyway. I meant like formal source code and implementation standard,
even through a standards body like Ansi. A personal Forth, that requires no compatibility with
existing Ansi Professional Forth.

> The relationship between the F18 core (used in the GA144) and colorForth is complex. The F18 uses 5 bit opcodes that map to the F18 hardware, and these opcodes are compiled by the GreenArrays' ArrayForth, which is a version of colorForth running on a PC. It would be possible to re-write colorForth to use only the F18 opcode instruction set as an extra layer between the hardware and higher level colorForth code. This would make is run faster on an F18 core, but less fast on a PC. There is no point in doing this until there is some F18 (i.e. GA144) hardware available that has some sort of GUI available - I think that this would then deserve a new name - how about "machineForth:F18" ?
> colorForth runs on a PC at the moment - that is at least one thing that all colorForths have in common, including Pablo Reda's R4 (https://github.com/phreda4/r4).

I would be talking about source code compatibility, like in Linux, which could be recompiled to
any new processor target using their instruction set.

I was mainly interested in how Chuck changed how forth instructions worked from colorforth to x18?

> Cheers,
> Howerd

Thanks again

Wayne.

Re: A Colorforth Standard? What processors is it available on?

<d2f50600-7e21-4bc3-9ed2-ead150e698f2n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=20092&group=comp.lang.forth#20092

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:622a:11c8:b0:343:4d55:3307 with SMTP id n8-20020a05622a11c800b003434d553307mr21990020qtk.306.1662951669878;
Sun, 11 Sep 2022 20:01:09 -0700 (PDT)
X-Received: by 2002:a25:2785:0:b0:69b:b1d2:fd05 with SMTP id
n127-20020a252785000000b0069bb1d2fd05mr20138945ybn.81.1662951669573; Sun, 11
Sep 2022 20:01:09 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Sun, 11 Sep 2022 20:01:09 -0700 (PDT)
In-Reply-To: <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2605:ba00:3227:fcc7:c093:54a4:9b97:57fb;
posting-account=I-_H_woAAAA9zzro6crtEpUAyIvzd19b
NNTP-Posting-Host: 2605:ba00:3227:fcc7:c093:54a4:9b97:57fb
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com> <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d2f50600-7e21-4bc3-9ed2-ead150e698f2n@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: gnuarm.d...@gmail.com (Lorem Ipsum)
Injection-Date: Mon, 12 Sep 2022 03:01:09 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 9544
 by: Lorem Ipsum - Mon, 12 Sep 2022 03:01 UTC

On Sunday, September 11, 2022 at 12:03:53 PM UTC-4, Howerd wrote:
> On Tuesday, September 6, 2022 at 11:49:59 AM UTC+2, Wayne morellini wrote:
> > Well, seems there are a lot of people with not much better things to do then bust into constructive threads and act
> > like children. So, I might as well give them something else to complain about. :)
> >
> > Anyway, what processors is colorforth on?
> >
> > Is there a common code repository for code in Colorforth?
> >
> > What about common services and feature code which could work on all editions of Colorforth?
> >
> > What about a standard based on Colorforth using a common code repository and common core and optimal features
> > and services framework in a common repository?
> >
> > _____
> >
> > A tentative discussion.
> >
> > What does Etherforth and Machine Forth have to offer. I know I haven't concentrated
> > on Etherforth (are we actually up to one after that?), but Colorforth was written a
> > long time ago, and Chuck has made a few ways to improve things up, if memory serves
> > me right? So, should Colorforth be updated, or the latest me adapted as a new version?
> >
> > Virtual workspaces (windows and screens) and actual workspaces.
> >
> > Flexible GUI element placement? With text descriptor default.
> >
> > Input output translator and remapper. Basically, for controls, define targets to aim
> > at for each control, direction and priority. The system implementation, or hardware
> > add-on, has it's own scheme to match up the controls. The system then auto maps, or
> > the developer then custom maps (such as in known embedded product for better
> > results). The system has an system implementation ID, so the developer knows what to
> > map, and hardware ID. Where no system ID is given, then the system auto maps,
> > and the user uses a configuration editor to change the map to customise to their
> > liking.
> >
> > With storage mapping, convention is used to address file, file handlers, pointers, and
> > flat space, with declared lengths of each of these values. Simple (cross
> > compatible mode of subset of conventional usage) and complex mode, where system
> > ID and all values are exposed. Most of the time, only simple is needed.
> > Complex mode is simply sunk or swim, if nobody works it out eventually. Trying to
> > map all possible values to a virtual equivalent is a pain in the ... I had over 1000
> > possible directory entry fields, or something like that, just on my own design, trying
> > to accommodate all possibilities, but newer file systems have more than even
> > that. Simple, is more like fat32 field set, as most of the time app code is written for
> > one storage space, rather than a utility ranging across a segmented secure multi
> > program multi user system.
> >
> >
> > And Jeff's Aha! work?
> >
> > ______
> >
> > The reason why colorforth is still important.
> >
> > There was some paper written long ago comparing machine forth to forth on an
> > ARM, and I think native code. It was talking about people suggesting that machineforth
> > was superior, which I don't think people were. The actual reality, is the mapping of
> > colorforth to a subset of 386 code, offered a good opportunity for a virtual
> > machine, and a risc mode version of the 386 instruction set on a microscopic misc
> > CPU to run that mode, capable of going to GA x18 low power states with
> > performance. Much of the time, a x86 system and apps, could be programmed to stay
> > in this mode, only coming out when higher performance tasks are needed, crashing
> > battery consumption. Definitely desirable. As an array, these cpus can be
> > dynamically turned on as intended, with big 32 bit+ versions. This would achieve
> > a much higher performance density per watt and per transistor. That's where it
> > would be clearly superior, in that particular use case. Now, people aren't going to ditch
> > their x86 code and processor cores overnight for this, so the new architecture could
> > offer some benefits for low energy modes of operation, and specially written code.
> > But, for embedded and mobile use, most of it could be just this mode straight off
> > the bat, with maybe a basic 32 or 64 bit x86 core for some compatibility, or even such
> > code run through emulation in the parralel array. Wherever that is a performance
> > enhancement or not, is irrelevant, as eventually, it becomes all the new misc 86
> > code, and in the meantime less cost and energy consumption per transistor is
> > gained in the processor department, in an emulated system.
> >
> >
> > Thank you.
> Hi Wayne,
> > Anyway, what processors is colorforth on?
> x86 32bit, i386 and higher or compatible - that is any modern Intel/AMD PC.
> > Is there a common code repository for code in Colorforth?
> Yes - my distribution of cf2022 here : https://www.inventio.co.uk/cf2022/index.html.
> The colorForth application code is pre-parsed, so can only be read by the colorForth program (or a specialised editor).
> GreenArrays also provide arrayForth code in their distribution, but it is not compatible with cf2022.
> Likewise Pablo Reda's R4 distirbution...
> > What about common services and feature code which could work on all editions of Colorforth?
> colorForth cf2022 is work in progress, and I do not intend to make anything backwards compatible with earlier versions, or compatible with other distributions such as the excellent GreenArrays ArrayForth.
> > What about a standard based on Colorforth
> You could use the current (latest) cf2022 as the current standard if you like, but it is likely to change. When I say "likely" I mean almost certainly.
>
> The relationship between the F18 core (used in the GA144) and colorForth is complex. The F18 uses 5 bit opcodes that map to the F18 hardware, and these opcodes are compiled by the GreenArrays' ArrayForth, which is a version of colorForth running on a PC. It would be possible to re-write colorForth to use only the F18 opcode instruction set as an extra layer between the hardware and higher level colorForth code. This would make is run faster on an F18 core, but less fast on a PC. There is no point in doing this until there is some F18 (i.e. GA144) hardware available that has some sort of GUI available - I think that this would then deserve a new name - how about "machineForth:F18" ?
> colorForth runs on a PC at the moment - that is at least one thing that all colorForths have in common, including Pablo Reda's R4 (https://github.com/phreda4/r4).

Perhaps you are not so familiar with the F18A. It is not remotely just another CPU that you can port random programs to, such as colorForth. The F18A only has access to 64 words of RAM (If I'm remembering the correct number) and 64 words of ROM which contain code from GA. To compile a program for the F18A, even one as compact as colorForth probably is, will require partitioning code across multiple CPUs and adding code for communications. It sounds like you are expecting this to be done by the tools compiling the colorForth code. Or maybe use an off chip memory and page code in and out of the 64 words of internal memory?

What was the Forth that was ported by humans to the GA144? That ended up using some plurality of F18As and an external memory.

Maybe the easy way to port colorForth to the F18A is to write an x86 emulator for the F18A and solve the problem for a very large class of programs.

Hmmm... I wonder if the F18A has a control bit to enable an x86 instruction mode?

--

Rick C.

- Get 1,000 miles of free Supercharging
- Tesla referral code - https://ts.la/richard11209

Re: A Colorforth Standard? What processors is it available on?

<716cd8dc-ced1-45f1-a3bb-24d0c1d556ebn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=20095&group=comp.lang.forth#20095

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:27e9:b0:4aa:9ff0:e8de with SMTP id jt9-20020a05621427e900b004aa9ff0e8demr21177143qvb.99.1662959801639;
Sun, 11 Sep 2022 22:16:41 -0700 (PDT)
X-Received: by 2002:a25:2785:0:b0:69b:b1d2:fd05 with SMTP id
n127-20020a252785000000b0069bb1d2fd05mr20397801ybn.81.1662959801475; Sun, 11
Sep 2022 22:16:41 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Sun, 11 Sep 2022 22:16:41 -0700 (PDT)
In-Reply-To: <d2f50600-7e21-4bc3-9ed2-ead150e698f2n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=49.182.35.68; posting-account=WyLDIgoAAAAL9-lKxDxWp0Afty5A1XnH
NNTP-Posting-Host: 49.182.35.68
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
<4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com> <d2f50600-7e21-4bc3-9ed2-ead150e698f2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <716cd8dc-ced1-45f1-a3bb-24d0c1d556ebn@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: waynemor...@gmail.com (Wayne morellini)
Injection-Date: Mon, 12 Sep 2022 05:16:41 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3704
 by: Wayne morellini - Mon, 12 Sep 2022 05:16 UTC

On Monday, September 12, 2022 at 1:01:10 PM UTC+10, gnuarm.del...@gmail.com wrote:
> On Sunday, September 11, 2022 at 12:03:53 PM UTC-4, Howerd wrote:
> > On Tuesday, September 6, 2022 at 11:49:59 AM UTC+2, Wayne morellini wrote:
...
> Perhaps you are not so familiar with the F18A. It is not remotely just another CPU that you can port random programs to, such as colorForth. The F18A only has access to 64 words of RAM (If I'm remembering the correct number) and 64 words of ROM which contain code from GA. To compile a program for the F18A, even one as compact as colorForth probably is, will require partitioning code across multiple CPUs and adding code for communications. It sounds like you are expecting this to be done by the tools compiling the colorForth code. Or maybe use an off chip memory and page code in and out of the 64 words of internal memory?
>
> What was the Forth that was ported by humans to the GA144? That ended up using some plurality of F18As and an external memory.
>
> Maybe the easy way to port colorForth to the F18A is to write an x86 emulator for the F18A and solve the problem for a very large class of programs.
>
> Hmmm... I wonder if the F18A has a control bit to enable an x86 instruction mo

Assuredly strange! Richard Collins, Arius.
Who are you talking to?

You know from past discussions, that the context is not the ga144 architecture implementation but normal versions with large memory addressing. Do you have a tank full of spare red herrings, by any chance? So, that source, or virtual code, can be easily translated, into whatever processor machine code which is supported The sort of stuff they have been doing for around the last 35 years. Did you know this?

It's funny, you didn't burst in here before, probably as the post was too much to attack, but suddenly, after people start posting, you suddenly are here.

Your reply is irrelevant to the proposed standard discussion. It targets fat flat addressing spaces, and if anybody wants too, they can distribute codelet pieces among arrays. You might
Not be familiar with this, not having designed such systems. Not,, having good experience
designing good systems, often means people who just use systems, have trouble
understanding new systems.

Re: A Colorforth Standard? What processors is it available on?

<b803a6d2-d532-45e6-b449-51a8cfafc6a7n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=20099&group=comp.lang.forth#20099

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:2b0c:b0:499:c34:5f99 with SMTP id jx12-20020a0562142b0c00b004990c345f99mr21366933qvb.40.1662973857810;
Mon, 12 Sep 2022 02:10:57 -0700 (PDT)
X-Received: by 2002:a25:2785:0:b0:69b:b1d2:fd05 with SMTP id
n127-20020a252785000000b0069bb1d2fd05mr20892613ybn.81.1662973857620; Mon, 12
Sep 2022 02:10:57 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Mon, 12 Sep 2022 02:10:57 -0700 (PDT)
In-Reply-To: <1243767a-9a17-4c86-8628-175918466cben@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=77.174.47.232; posting-account=Ebqe4AoAAABfjCRL4ZqOHWv4jv5ZU4Cs
NNTP-Posting-Host: 77.174.47.232
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com>
<5c220d39-0a40-45f7-88c7-218f81157057n@googlegroups.com> <1243767a-9a17-4c86-8628-175918466cben@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b803a6d2-d532-45e6-b449-51a8cfafc6a7n@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: the.beez...@gmail.com (Hans Bezemer)
Injection-Date: Mon, 12 Sep 2022 09:10:57 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 4
 by: Hans Bezemer - Mon, 12 Sep 2022 09:10 UTC

On Tuesday, September 6, 2022 at 2:13:32 PM UTC+2, Wayne morellini wrote:
> More crap. Time to finish, you have been stalking me in enough threads.
Simply answer the question. Where's your source? It's not rocket science..

Hans Bezemer

Re: A Colorforth Standard? What processors is it available on?

<9bc2ba1e-cf48-4342-8d06-caca8b958091n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=20121&group=comp.lang.forth#20121

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:1d24:b0:4ac:8a4c:2cd2 with SMTP id f4-20020a0562141d2400b004ac8a4c2cd2mr15221797qvd.28.1663034080057;
Mon, 12 Sep 2022 18:54:40 -0700 (PDT)
X-Received: by 2002:a81:7cc3:0:b0:336:e83b:51fd with SMTP id
x186-20020a817cc3000000b00336e83b51fdmr25413168ywc.457.1663034079537; Mon, 12
Sep 2022 18:54:39 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Mon, 12 Sep 2022 18:54:39 -0700 (PDT)
In-Reply-To: <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=211.30.172.163; posting-account=WyLDIgoAAAAL9-lKxDxWp0Afty5A1XnH
NNTP-Posting-Host: 211.30.172.163
References: <33822fb1-b282-485e-b018-6bb8ef04ff34n@googlegroups.com> <4a31dc8f-1b86-480f-bd4d-d7e8fac1bd6en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9bc2ba1e-cf48-4342-8d06-caca8b958091n@googlegroups.com>
Subject: Re: A Colorforth Standard? What processors is it available on?
From: waynemor...@gmail.com (Wayne morellini)
Injection-Date: Tue, 13 Sep 2022 01:54:40 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2581
 by: Wayne morellini - Tue, 13 Sep 2022 01:54 UTC

On Monday, September 12, 2022 at 2:03:53 AM UTC+10, Howerd wrote:
> On Tuesday, September 6, 2022 at 11:49:59 AM UTC+2, Wayne morellini wrote:
...
> colorForth runs on a PC at the moment - that is at least one thing that all colorForths have in common, including Pablo Reda's R4 (https://github.com/phreda4/r4).
>
> Cheers,
> Howerd

Howerd, thanks for this. Pablo looks like the real deal. Not like people around here who
prevent things. He has a heap of stuff in projects. Jecel sort of was like that as well. He
has a number of aims and projects I also had. He also sort of has a similar look to what I did
at that age.

I had to figure out how to redesign most things in my operating system. Which
is one reason I have wide design skills.

It's amazing we have people around telling how to suck eggs, when I long moved on to
delivering babies. Such a higher class individual. Even has his own forums! Obviously
a reason to be far from here.

Thanks. Your the sort of person we need more of around here. Forums always have a
handful of self satisfied individuals, who have to interfere with other's efforts, particularly if
they see ability outside of their own. But, even turning on each other at times. I should write a book on this one day. Maybe make up some of those rules talked about around here. :)

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor