Found a sweet spot for Purebasic. A handy language for rapid-developing and quickly adopt to cutomers requirements. Could be Xojo, but well, for some reasons it isn’t
For everything low level I use C (sometimes Freebasic). Everything on higher level (RAD, database, rest-api access etc.) is done with Purebasic. So literally Purebasic to the front. Latest example: I am playing around with BT LE and (industrial) Beacons.
Of course I could use Python or anything else supporting external C libs. But well, I am an old fart and BASIC guy and really do love small single-binaries w/o much dependencies
Tough I need to mention and to be absolutely clear: For everything visual e.g. any UX/UI, Purebasic is substandard. I am using GTK in external designers but do not expect this from PureBasic and its basic editor. This area is a huge field of improvements.