Forth Foundation Library, in short FFL is a Forth library. It gives you a collection of words written in (ANS) forth which are useful in areas such as data types, collections, interfaces, development support, and compound modules.
The modules in the library are grouped in five clusters:
- Data types - char
- Collections - single linked list
- Interfaces - crc-32
- Development - struct, unit test
- Compound - nothing yet.
Product's homepage
What's New in This Release: [ read full changelog ]
· This version adds four new features to the library, including an interface to the gtk-server, enabling a Forth engine to show a GTK GUI, a simple scanf, a base64, and a fixed width data type module.
· This list of supported Forth engines was extended with VFX Forth, and the library will now also run on 64-bit Forth engines.