PowerBASIC Users Meeting Point
RUST (from PB Third Party-PluriBASIC) - Printable Version

+- PowerBASIC Users Meeting Point (http://pump.richheimer.de)
+-- Forum: Miscellaneous (http://pump.richheimer.de/forumdisplay.php?fid=11)
+--- Forum: This and that - friendly chat (http://pump.richheimer.de/forumdisplay.php?fid=12)
+--- Thread: RUST (from PB Third Party-PluriBASIC) (/showthread.php?tid=14)



RUST (from PB Third Party-PluriBASIC) - Dale Yarker - 10-26-2024

Downloaded/installed Rust. The example code shows curly brace and semicolon fetish I've avoided till now (C was saving RAM when 65K was a lot!).

Downloading Visual Studio (mandatory to have) took a long time. It is 1.42G!

The Rust doc said nothing about what to use to create/edit a source file. Finally just used PBCC Edit. I had to use File Explorer to delete the .bas it kept adding to the name. An appropriateĀ editor is a problem for another day.

Rust uses UTC-8 so internationalization will be easier than current BASICs that are far behind PB (PB has WSTRING, others are ANSI).

Command Prompt for compiling is another thing to improve. I did have success with "Hello world".

Rust has a forum called Community. I think I'll discuss experiences with Rust, rather the PB.

Cheers,


RE: RUST (from PB Third Party-PluriBASIC) - Bud Durland - 10-31-2024

I would expect that Notepad++ (free) or UltraEdit ($$) would make a decent source editor for rust. I see that UE has a keyword file for Rust.