I haven’t looked at Linux development in a very long time, say 2009 or so. What is the recommended way to create a native application? What UI framework would one use? Is C/C++ still the primary language or has Rust or some other language become the new hotness?
@fahrni on the GTK side folks are doing rust, C, Python, even Swift nowadays?!
@fahrni Xojo makes native Linux apps. And native Android, iOS macOS, and Windows apps. Don’t be fooled by the cross platform tag line. It’s not using a framework across all the targets. It’s native controls on them all. Language is a modern object oriented version of Basic.
@ianRobinson Oh yes! I’m a Xojo fan! My first dev language was Microsoft’s Professional Basic, which was awesome.