Hi 4tH-ers!
As I've always said - "we're a sailing club and we go where the winds blow". In the past I've picked up a handful of FFL modules, mostly because it featured functionality we didn't have and because they were relative easy to convert.
Now, recently I came across those again - and it triggered my attention. So I picked up a few more modules and converted them. Which was much easier as I thought as long as you didn't fiddle too much with 'em. In essence they're decently written in the sense they're not too hard to port.
And you can do so quickly, because each comes with a test program. And that one works even better on 4tH than the official ANS-Forth ones. So, crank out the oddities of a module, test it and we're done. Doing it that way - I can easily do two a day. No sweat.
So far I've added a few additional ones to the 4tH library. I don't know how long this will keep me interested, but every single one is a win, I guess.
Now - be assured that these are not the kind of libraries I'd like to see. These ones are real whoppers, easily amounting to thousand or more opcodes. And also the style differs from mine. It's not my way of coding. But still, if it helps to extend the possibilities 4tH offers - why not. In the end, the choice is your.
Dick has stopped updating the library, so in essence it is dead code. But it's interesting to read his note. He knows 4tH, but dismisses it because "it lacks ANS words". That's not completely true. They are there, but in library form. And I need to add in quite a few libs in general to get them to compile and run. But they DO run.
I got quite a few in the repository now. The modules themselves retained their original names (up to now) and can be found in the library. You'll find the test programs in the demo directory.
Code in SVN.
Hans Bezemer