EFX-TEK

TEK Talk => Hacking the HC-8+ => Topic started by: JonnyMac on July 19, 2016, 03:17:53 PM

Title: Programming the HC-8+ (and other products) in BASIC
Post by: JonnyMac on July 19, 2016, 03:17:53 PM
There are many of you who like BASIC -- you know who you are! After several fits and starts over the years, it seems that PropBASIC (Propeller BASIC) has finally found a IDE that works. The IDE is the cross-platform PropellerIDE that Parallax developed for Spin programming. It works on Windows, Mac, and Linux.

The latest version -- which is BETA -- integrates PropBASIC. You don't even have to think about it; it just works.

I love working with Spin and it's second nature to me. Still, I taught myself BASIC first, and I still have a love for it. I will be exploring PropBASIC when hacking the HC-8+!

Link to installers: http://forums.parallax.com/discussion/164708/new-release-propelleride-propbasic-fun-times

Here's a screen shot from my system:

(http://www.efx-tek.com/files/propbasic_2016.jpg)

JonnyMac

Title: Re: Programming the HC-8+ (and other products) in BASIC
Post by: JackMan on July 19, 2016, 07:48:39 PM
Sweet! I never took the time to learn SPIN so this sounds great.
Title: Re: Programming the HC-8+ (and other products) in BASIC
Post by: JonnyMac on July 19, 2016, 08:13:56 PM
It's more involved than PBASIC to be sure, but does let you unleash the power of the Propeller in a familiar language.
Title: Re: Programming the HC-8+ (and other products) in BASIC
Post by: bsnut on July 20, 2016, 08:38:28 PM
I guess that this PropBASIC is still using the Brad Spin Tool (Propeller IDE).
Title: Re: Programming the HC-8+ (and other products) in BASIC
Post by: JonnyMac on July 21, 2016, 02:32:08 PM
The IDE is called PropellerIDE -- this is being developed as a cross-platform replacement for Propeller Tool. There are Windows, Mac, and Linux versions which means you can program on anything (some have even put versions on the Raspberry Pi). The compiler underneath is BSTC. The reason for this is that BSTC includes an advanced pre-processor feature (@@@) which PropBASIC takes advantage of (this allows LMM programs).

So... the IDE is new, the back-end compiler is one that has been around for a long time and works well.
Title: Re: Programming the HC-8+ (and other products) in BASIC
Post by: hover1 on July 23, 2016, 04:54:19 PM
Yes, a long awaited, supported, IDE for PropBasic.

Good times are ahead!