PropForth V6?
Steve_Hatch
Posts: 19
in Propeller 1
Is PropForth version 6.0 released yet?
Comments
@"Peter Jakacki" has improved TAQOZ way beyond the ROM version and is the current go to guy if you like FORTH.
Mike
PropForth5.5 is last version for P1.
But Sal(PropForth author) might discover Forth for P2 someday.
Cannot you write code for PF5.5?
Or how does stellaris Forth?
https://hackaday.com/2017/04/19/moving-forth-with-mecrisp-stellaris-and-embello/
we did not see you a lot on the Tachyon threads to be able to help you with getting started with Tachyon.
I started with PropForth many years ago and just then Tachyon came out.
Immediately I switched over.
It helped me learn Forth (the Tachyon way) and PASM as well - just by studying @"Peter Jakacki"s kernel code.
And what I really like about it is that all source is available, transparent and with some effort - understandable.
So you could even patch the kernel if you need/like to do so.
And it is FAST !!
And now with it in the P2 ROM and the upgrade path to the P2 for the full version it is the best you can get now ...
But sure tastes are different.
IF you need some more support - just ask ...
I thought propforth was always frustrating and slow and when I tried to use it initially back in 2010/2011 I ended up writing an extensive source code decompiler just to see what was going on since there was no plain source code for it. The decompiler practically generated a formatted source code listing.
That's how I found out why it was so slow and decided to write my own Forth since I needed it for commercial projects whereas I had not seen one serious application written in PropForth except for little bench projects and even then it was filled with base64 code definitions! Nobody has need for multi-user consoles either.
What's the use of any language if it doesn't actually do something at the very least, and what's the use of it if you can't take it beyond the bench?
However this is not about PropForth, but about why I wrote Tachyon. It seems your 2 or 3 posts were answered not only well but also elaborated on. It was not just about how to stop a cog, but better ways (plural) of going about what you were trying to do.
Just found this:
Propforth 6 is on gihub
https://github.com/PropForth6/PropForth6
https://forums.parallax.com/discussion/152568/propforth-6-development
Cheers