Post
by Technopeasant » Saturday 06th March 2021 9:35pm
So I could not get FreeBASIC to compile anything on Fedora due to an ncurses library issue (might need to build a custom package), but I built this on my girlfriend's Windows 7 install and played around with it. Certainly a lot rougher around the edges than Gambas and not nearly as feature rich, but it seems to get the job done for basic RAD development. I created a quick little test game in it. I would recommend it to people who want a free software visual IDE with BASIC syntax that absolutely need it to be cross-platform (the documentation is currently woeful though, but so was Gambas' when I started with it honestly). Might build a Gambas conversion tool down the road.
Also been playing around with various older/less known BASIC interpreters and compilers from the RPM Sphere repository (yaBASIC, wxBASIC, MyBasic, SmallBasic, SDLBasic, BASIC-265, bwBasic, TinyBasic, tcbasic, nuBasic, XBasic, X11-Basic, the list goes on and on) and testing them with some old QBasic code. Fun times.