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


|