A new fsl-util file which works with both PFE and Gforth, developed by Krishna Myneni with contributions from David Williams and Guido Draheim, has been added to the auxiliary files for the Forth Scientific Library. It is based on, and replaces, the file by Skip Carter for PFE.
The original file for Gforth alone is still in place. I expect it may be upgraded before long. Those who use Gforth but not PFE might prefer it. Users of PFE should use the new file (or a modification of it). There is very little overhead associated with the Gforth capability.
The tarfile containing the Library Algorithms together with the Auxiliary Files has also been updated accordingly. All available at http://www.taygeta.com/fsl/scilib.html
C. G. Montgomery wrote: > A new fsl-util file which works with both PFE and Gforth, developed by > Krishna Myneni with contributions from David Williams and Guido Draheim, > has been added to the auxiliary files for the Forth Scientific Library. > It is based on, and replaces, the file by Skip Carter for PFE. > ...
The ccreweb.org version of the fsl-util.fs file is the same as the above file, and works with PFE, Gforth, and VFXforth. cgm has done a nice cleanup of the file, reordering the definitions in a more logical fashion, and updating the comments. Thanks, cgm.