Prog8 language and compiler topic

All aspects of programming on the Commander X16.
User avatar
desertfish
Posts: 1073
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Prog8 language and compiler topic

Post by desertfish »


? Version 8.7 has been released.

https://github.com/irmen/prog8/releases/tag/v8.7

Edmond D
Posts: 476
Joined: Thu Aug 19, 2021 1:42 am

Prog8 language and compiler topic

Post by Edmond D »


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. 

User avatar
desertfish
Posts: 1073
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Prog8 language and compiler topic

Post by desertfish »


?  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.

User avatar
desertfish
Posts: 1073
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Important Re: Prog8 language and compiler topic

Post by desertfish »

Version 8.9 has been released https://github.com/irmen/prog8/releases/tag/v8.9

A few small improvements over the previous version.
pastblast
Posts: 20
Joined: Tue Sep 01, 2020 8:00 pm

Re: Prog8 language and compiler topic

Post by pastblast »

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.
User avatar
desertfish
Posts: 1073
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Re: Prog8 language and compiler topic

Post by desertfish »

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.
TomXP411
Posts: 1760
Joined: Tue May 19, 2020 8:49 pm

Re: Prog8 language and compiler topic

Post by TomXP411 »

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.
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.
User avatar
desertfish
Posts: 1073
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Important Version 8.10

Post by desertfish »

Robinkle
Posts: 13
Joined: Fri Dec 04, 2020 8:48 pm

Re: Prog8 language and compiler topic

Post by Robinkle »

David mentioned about having several languages and compilers on the X16 itself. Would this be possible with Prog8?
User avatar
desertfish
Posts: 1073
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

Re: Prog8 language and compiler topic

Post by desertfish »

No, the complexity and size of the compiler + assembler is way beyond what is possible to run on the x16.
Post Reply