Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #134729 > unrolled thread

Swiftforth

Started bydave <dave6502@gmail.com>
First post2026-03-19 11:12 +0000
Last post2026-03-25 15:56 +0000
Articles 7 — 3 participants

Back to article view | Back to comp.lang.forth


Contents

  Swiftforth dave <dave6502@gmail.com> - 2026-03-19 11:12 +0000
    Re: Swiftforth dxf <dxforth@gmail.com> - 2026-03-19 23:10 +1100
      Re: Swiftforth dave <dave6502@gmail.com> - 2026-03-19 14:50 +0000
        Re: Swiftforth dxf <dxforth@gmail.com> - 2026-03-20 15:30 +1100
          Re: Swiftforth albert@spenarnc.xs4all.nl - 2026-03-20 11:58 +0100
            Re: Swiftforth dxf <dxforth@gmail.com> - 2026-03-21 01:13 +1100
          Re: Swiftforth dave <dave6502@gmail.com> - 2026-03-25 15:56 +0000

#134729 — Swiftforth

Fromdave <dave6502@gmail.com>
Date2026-03-19 11:12 +0000
SubjectSwiftforth
Message-ID<10pgln3$l6jd$1@dont-email.me>
I am trying to find a definitive list of all the word in swiftforth and a 
description of their meaning, the documentation covers the bulk but 
definitely not all, for example, counter & ucounter I cant find anywhere. 

I am looking for something like the gforth manual where every word is 
listed and explained.

Any ideas anyone ?

[toc] | [next] | [standalone]


#134731

Fromdxf <dxforth@gmail.com>
Date2026-03-19 23:10 +1100
Message-ID<69bbe7bb$1@news.ausics.net>
In reply to#134729
On 19/03/2026 10:12 pm, dave wrote:
> I am trying to find a definitive list of all the word in swiftforth and a 
> description of their meaning, the documentation covers the bulk but 
> definitely not all, for example, counter & ucounter I cant find anywhere. 
> 
> I am looking for something like the gforth manual where every word is 
> listed and explained.
> 
> Any ideas anyone ?

Doesn't exist unless you make one.  SwiftForth system source often has the
documentation you want.  I assume you've set up your editor so that when
you type (or click) EDIT <wordname> in SF it pulls the requisite file into
your editor so it can be viewed.

[toc] | [prev] | [next] | [standalone]


#134733

Fromdave <dave6502@gmail.com>
Date2026-03-19 14:50 +0000
Message-ID<10ph2g6$pn70$1@dont-email.me>
In reply to#134731
On Thu, 19 Mar 2026 23:10:34 +1100, dxf wrote:

> On 19/03/2026 10:12 pm, dave wrote:
>> I am trying to find a definitive list of all the word in swiftforth and
>> a description of their meaning, the documentation covers the bulk but
>> definitely not all, for example, counter & ucounter I cant find
>> anywhere.
>> 
>> I am looking for something like the gforth manual where every word is
>> listed and explained.
>> 
>> Any ideas anyone ?
> 
> Doesn't exist unless you make one.  SwiftForth system source often has
> the documentation you want.  I assume you've set up your editor so that
> when you type (or click) EDIT <wordname> in SF it pulls the requisite
> file into your editor so it can be viewed.

That's a shame, I like to browse through and learn obscure words but 
without a definitive list I wont know what I am missing :)

I have set up the edit word to open Pulsar editor, and it works well. 
Thank you for your help.

PS Think I have now got the hang of using the newsgroup app now.

[toc] | [prev] | [next] | [standalone]


#134752

Fromdxf <dxforth@gmail.com>
Date2026-03-20 15:30 +1100
Message-ID<69bccd6b@news.ausics.net>
In reply to#134733
On 20/03/2026 1:50 am, dave wrote:
> On Thu, 19 Mar 2026 23:10:34 +1100, dxf wrote:
> 
>> On 19/03/2026 10:12 pm, dave wrote:
>>> I am trying to find a definitive list of all the word in swiftforth and
>>> a description of their meaning, the documentation covers the bulk but
>>> definitely not all, for example, counter & ucounter I cant find
>>> anywhere.
>>>
>>> I am looking for something like the gforth manual where every word is
>>> listed and explained.
>>>
>>> Any ideas anyone ?
>>
>> Doesn't exist unless you make one.  SwiftForth system source often has
>> the documentation you want.  I assume you've set up your editor so that
>> when you type (or click) EDIT <wordname> in SF it pulls the requisite
>> file into your editor so it can be viewed.
> 
> That's a shame, I like to browse through and learn obscure words but 
> without a definitive list I wont know what I am missing :)

WORDS should give all the words you'll need in practice.  Create a sorted
list from that.  In SF there'll be words that only pertain to the system.
Those are less likely to be documented or needed by users.

[toc] | [prev] | [next] | [standalone]


#134754

Fromalbert@spenarnc.xs4all.nl
Date2026-03-20 11:58 +0100
Message-ID<nnd$5df0cca6$6fb37995@e28de0a8b3f34918>
In reply to#134752
In article <69bccd6b@news.ausics.net>, dxf  <dxforth@gmail.com> wrote:
>On 20/03/2026 1:50 am, dave wrote:
>> On Thu, 19 Mar 2026 23:10:34 +1100, dxf wrote:
>>
>>> On 19/03/2026 10:12 pm, dave wrote:
>>>> I am trying to find a definitive list of all the word in swiftforth and
>>>> a description of their meaning, the documentation covers the bulk but
>>>> definitely not all, for example, counter & ucounter I cant find
>>>> anywhere.
>>>>
>>>> I am looking for something like the gforth manual where every word is
>>>> listed and explained.
>>>>
>>>> Any ideas anyone ?
>>>
>>> Doesn't exist unless you make one.  SwiftForth system source often has
>>> the documentation you want.  I assume you've set up your editor so that
>>> when you type (or click) EDIT <wordname> in SF it pulls the requisite
>>> file into your editor so it can be viewed.
>>
>> That's a shame, I like to browse through and learn obscure words but
>> without a definitive list I wont know what I am missing :)
>
>WORDS should give all the words you'll need in practice.  Create a sorted
>list from that.  In SF there'll be words that only pertain to the system.
>Those are less likely to be documented or needed by users.
>
I'm proud that all words present in ciforth are useful, there are no words
that are "internal" (and no word goes undocumented.)
If there are internal words, what is the use of the source license of they
are not documented?

Groetjes Albert.
-- 
The Chinese government is satisfied with its military superiority over USA.
The next 5 year plan has as primary goal to advance life expectancy
over 80 years, like Western Europe.

[toc] | [prev] | [next] | [standalone]


#134758

Fromdxf <dxforth@gmail.com>
Date2026-03-21 01:13 +1100
Message-ID<69bd55ee$1@news.ausics.net>
In reply to#134754
On 20/03/2026 9:58 pm, albert@spenarnc.xs4all.nl wrote:
> In article <69bccd6b@news.ausics.net>, dxf  <dxforth@gmail.com> wrote:
>> ...
>> WORDS should give all the words you'll need in practice.  Create a sorted
>> list from that.  In SF there'll be words that only pertain to the system.
>> Those are less likely to be documented or needed by users.
>>
> I'm proud that all words present in ciforth are useful, there are no words
> that are "internal" (and no word goes undocumented.)
> If there are internal words, what is the use of the source license of they
> are not documented?

AFAIK a license only grants permission.  Usefulness is a matter for the user
to determine.

[toc] | [prev] | [next] | [standalone]


#134789

Fromdave <dave6502@gmail.com>
Date2026-03-25 15:56 +0000
Message-ID<10q10k8$22qjq$1@dont-email.me>
In reply to#134752
On Fri, 20 Mar 2026 15:30:35 +1100, dxf wrote:

> On 20/03/2026 1:50 am, dave wrote:
>> On Thu, 19 Mar 2026 23:10:34 +1100, dxf wrote:
>> 
>>> On 19/03/2026 10:12 pm, dave wrote:
>>>> I am trying to find a definitive list of all the word in swiftforth
>>>> and a description of their meaning, the documentation covers the bulk
>>>> but definitely not all, for example, counter & ucounter I cant find
>>>> anywhere.
>>>>
>>>> I am looking for something like the gforth manual where every word is
>>>> listed and explained.
>>>>
>>>> Any ideas anyone ?
>>>
>>> Doesn't exist unless you make one.  SwiftForth system source often has
>>> the documentation you want.  I assume you've set up your editor so
>>> that when you type (or click) EDIT <wordname> in SF it pulls the
>>> requisite file into your editor so it can be viewed.
>> 
>> That's a shame, I like to browse through and learn obscure words but
>> without a definitive list I wont know what I am missing :)
> 
> WORDS should give all the words you'll need in practice.  Create a
> sorted list from that.  In SF there'll be words that only pertain to the
> system.
> Those are less likely to be documented or needed by users.

Yep have done, thank you ... all part of the great adventure :)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.forth


csiph-web