Prog8 language and compiler topic
- desertfish
- Posts: 1091
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Prog8 language and compiler topic
Wow! That's one big pointy finger for a minor release. ?
That being said, congrats on getting it out. Coming onto almost 4 years of continuous development for an alternative language for the X16 (and others) is certainly a major achievement.
- desertfish
- Posts: 1091
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Prog8 language and compiler topic
? Version 8.8.1 has been released: https://github.com/irmen/prog8/releases/tag/v8.8.1
It contains various critical fixes so it is strongly advised to upgrade.
- desertfish
- Posts: 1091
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: Prog8 language and compiler topic
Version 8.9 has been released https://github.com/irmen/prog8/releases/tag/v8.9
A few small improvements over the previous version.
A few small improvements over the previous version.
Re: Prog8 language and compiler topic
You mentioned Prog8 in my thread about Desired Development tools, so I checked it out (Programming in Prog8 web page, and in the forum here). Looks interesting, and good work, BTW.
Seems that this discussion hasn't happened in recent days. What's the status of Prog8? Any new developments?
Has anybody posted a "large" application using it (one of the things that I noticed you mentioned once, was a desire to see that happen)?
How are you coming on your port of Prog8 to the CX16 itself (as opposed to PC-based)?
Thanks.
Seems that this discussion hasn't happened in recent days. What's the status of Prog8? Any new developments?
Has anybody posted a "large" application using it (one of the things that I noticed you mentioned once, was a desire to see that happen)?
How are you coming on your port of Prog8 to the CX16 itself (as opposed to PC-based)?
Thanks.
- desertfish
- Posts: 1091
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: Prog8 language and compiler topic
I can't say why activity in this forum thread has dried up, probably because of losing active users due to forum move.
Personally I only post major release notifications here , and more day-to-day developments are discussed on the discord server.
As you can see above, there's still steady progress with a big release every 2 months or so I think?
As for "large" applications, I've posted a few medium sized programs myself here in the downloads and there is also the Petaxian game made by Borgar. Unfortunately it is now in the Archived download section because Borgar hasn't yet re uploaded it.
If you search for "petaxian github" you'll end up on its github repo though where you can read how to recompile it yourself using the latest prog8 compiler version, if the archived one somehow doesn't work anymore.
Prog8 on the X16 itself is impossible, and not a goal at all for this project.
Personally I only post major release notifications here , and more day-to-day developments are discussed on the discord server.
As you can see above, there's still steady progress with a big release every 2 months or so I think?
As for "large" applications, I've posted a few medium sized programs myself here in the downloads and there is also the Petaxian game made by Borgar. Unfortunately it is now in the Archived download section because Borgar hasn't yet re uploaded it.
If you search for "petaxian github" you'll end up on its github repo though where you can read how to recompile it yourself using the latest prog8 compiler version, if the archived one somehow doesn't work anymore.
Prog8 on the X16 itself is impossible, and not a goal at all for this project.
Re: Prog8 language and compiler topic
We actually have more activity now than when we were on Invision. I think the real reason the forums don't get as much action is the Discord. A lot of chatter happens there.desertfish wrote: ↑Thu Feb 23, 2023 6:15 pm I can't say why activity in this forum thread has dried up, probably because of losing active users due to forum move.
- desertfish
- Posts: 1091
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Version 8.10
Version 8.10 has been released: https://github.com/irmen/prog8/releases/tag/v8.10
Re: Prog8 language and compiler topic
David mentioned about having several languages and compilers on the X16 itself. Would this be possible with Prog8?
- desertfish
- Posts: 1091
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: Prog8 language and compiler topic
No, the complexity and size of the compiler + assembler is way beyond what is possible to run on the x16.