Google Groups Home
Help | Sign in
StrongForth 1.4 supports OOP
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Stephan Becher  
View profile
(1 user)  More options Apr 15, 8:24 am
Newsgroups: comp.lang.forth
From: "Stephan Becher" <stephan.remove-this.bec...@t-online.de>
Date: Tue, 15 Apr 2008 14:24:21 +0200
Local: Tues, Apr 15 2008 8:24 am
Subject: StrongForth 1.4 supports OOP
Version 1.4 of StrongForth is now available for download at
http://home.vrweb.de/~stephan.becher/forth.

It contains a library for data structures and object oriented programming,
which is mainly based on the C++ model, providing similar features and using
the same terminology as C++. Polymorphism, encapsulation and inheritance are
fully supported. Other important features and properties of the StrongForth
OOP library are:

- early and late binding,
- single inheritance for code and data,
- static, dynamic and class specific memory allocation,
- explicit constructors, and
- full support for bit fields.

As usual, StrongForth comes with comprehensive documentation, including a 33
pages manual and a 20 pages glossary for the new OOP library.

Regards,
Stephan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William James  
View profile
 More options Apr 15, 6:24 pm
Newsgroups: comp.lang.forth
From: William James <w_a_x_...@yahoo.com>
Date: Tue, 15 Apr 2008 15:24:28 -0700 (PDT)
Local: Tues, Apr 15 2008 6:24 pm
Subject: Re: StrongForth 1.4 supports OOP
On Apr 15, 7:24 am, "Stephan Becher" <stephan.remove-this.bec...@t-

online.de> wrote:
> Version 1.4 of StrongForth is now available for download athttp://home.vrweb.de/~stephan.becher/forth.

"It is a 16-bit pure text-mode application that runs in the DOS-box of
every Windows PC. "

Most programmers today want a 32-bit language.

I'm surprised that this is only for DOS.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Trey Boudreau  
View profile
 More options Apr 15, 11:02 pm
Newsgroups: comp.lang.forth
From: Trey Boudreau <t...@gator.internal>
Date: Tue, 15 Apr 2008 22:02:43 -0500
Local: Tues, Apr 15 2008 11:02 pm
Subject: Re: StrongForth 1.4 supports OOP
On 2008-04-15, William James <w_a_x_...@yahoo.com> wrote:
> On Apr 15, 7:24 am, "Stephan Becher" <stephan.remove-this.bec...@t-
> online.de> wrote:
>> Version 1.4 of StrongForth is now available for download at
>> http://home.vrweb.de/~stephan.becher/forth

> "It is a 16-bit pure text-mode application that runs in the DOS-box of
> every Windows PC. "

> Most programmers today want a 32-bit language.

> I'm surprised that this is only for DOS.

We've spent a lot of time recently (the last two weeks or so) talking
about a StrongForth implementation in ANS Forth.  You might find it
interesting.

-- Trey


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
m_l_g3  
View profile
 More options Apr 17, 8:42 pm
Newsgroups: comp.lang.forth
From: m_l_g3 <m_l...@yahoo.com>
Date: Thu, 17 Apr 2008 17:42:08 -0700 (PDT)
Local: Thurs, Apr 17 2008 8:42 pm
Subject: Re: StrongForth 1.4 supports OOP
On Apr 15, 4:24 pm, "Stephan Becher" <stephan.remove-this.bec...@t-

oop.html is not there on-line.

Hmmm, it looks like the on-line docs and the docs in the .zip are
completely different.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
m_l_g3  
View profile
 More options Apr 17, 8:49 pm
Newsgroups: comp.lang.forth
From: m_l_g3 <m_l...@yahoo.com>
Date: Thu, 17 Apr 2008 17:49:51 -0700 (PDT)
Local: Thurs, Apr 17 2008 8:49 pm
Subject: Re: StrongForth 1.4 supports OOP
On Apr 16, 2:24 am, William James <w_a_x_...@yahoo.com> wrote:

> On Apr 15, 7:24 am, "Stephan Becher" <stephan.remove-this.bec...@t-

> online.de> wrote:
> > Version 1.4 of StrongForth is now available for download athttp://home.vrweb.de/~stephan.becher/forth.

> "It is a 16-bit pure text-mode application that runs in the DOS-box of
> every Windows PC. "

> Most programmers today want a 32-bit language.

> I'm surprised that this is only for DOS.

At least, this demonstrates that the approach can cope
with multiple address spaces (the right access operator
is chosen at compile-time based on the type of the pointer).
So the Harvard model does not look so ugly with StrongForth.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephan Becher  
View profile
 More options Apr 18, 12:57 am
Newsgroups: comp.lang.forth
From: "Stephan Becher" <stephan.remove-this.bec...@t-online.de>
Date: Fri, 18 Apr 2008 06:57:10 +0200
Local: Fri, Apr 18 2008 12:57 am
Subject: Re: StrongForth 1.4 supports OOP
"m_l_g3" <m_l...@yahoo.com> schrieb im Newsbeitrag
news:fb8f2a7c-82d6-4c70-b92d-7941d7b0cde8@2g2000hsn.googlegroups.com...

Yes. From the link named "Download StrongForth 1.4" you get the binary, the
block file, a readme file, the glossaries and some special documentation
files (including oop.htm). The reference manual, which contains the
documentation of the word sets, can be obtained from the link named
"StrongForth reference manual".

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
m_l_g3  
View profile
 More options Apr 18, 12:47 pm
Newsgroups: comp.lang.forth
From: m_l_g3 <m_l...@yahoo.com>
Date: Fri, 18 Apr 2008 09:47:51 -0700 (PDT)
Local: Fri, Apr 18 2008 12:47 pm
Subject: Re: StrongForth 1.4 supports OOP
On Apr 18, 8:57 am, "Stephan Becher" <stephan.remove-this.bec...@t-

online.de> wrote:
> "m_l_g3" <m_l...@yahoo.com> schrieb im
> Yes. From the link named "Download StrongForth 1.4" you get the binary, the
> block file, a readme file, the glossaries and some special documentation
> files (including oop.htm). The reference manual, which contains the
> documentation of the word sets, can be obtained from the link named
> "StrongForth reference manual".

Please put both online and probably deliver both in .zip.
It is counter-intuitive to provide two sets of documentation in
different sources.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephan Becher  
View profile
 More options Apr 20, 3:27 am
Newsgroups: comp.lang.forth
From: "Stephan Becher" <stephan.remove-this.bec...@t-online.de>
Date: Sun, 20 Apr 2008 09:27:43 +0200
Local: Sun, Apr 20 2008 3:27 am
Subject: Re: StrongForth 1.4 supports OOP
"m_l_g3" <m_l...@yahoo.com> schrieb im Newsbeitrag
news:bc195072-6ede-424a-b8e2-02147aafd81a@b5g2000pri.googlegroups.com...

> On Apr 18, 8:57 am, "Stephan Becher" <stephan.remove-this.bec...@t-
> online.de> wrote:
>> "m_l_g3" <m_l...@yahoo.com> schrieb im
>> Yes. From the link named "Download StrongForth 1.4" you get the binary,
>> the
>> block file, a readme file, the glossaries and some special documentation
>> files (including oop.htm). The reference manual, which contains the
>> documentation of the word sets, can be obtained from the link named
>> "StrongForth reference manual".

> Please put both online and probably deliver both in .zip.
> It is counter-intuitive to provide two sets of documentation in
> different sources.

Okay. I'll change the packaging with the next release.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google