Best Cross Platform Language Options (including GUI support)

Analog Revenant

Senior Member
Joined
Sep 4, 2012
Messages
979
Reaction score
180
So I've been working extensively in Java. For both enterprise, server and gui apps. Its served me well in a cross platform environment (which I need).

However, support is being dropped for Swing, and javafx is struggling to get off the ground.

Can anyone suggest another language I can look at which would give me cross-platform functionality? Anyone have experience with Python, is this an option?

Thanks in advance! :D
 
Last edited:
Python and Qt can be used for cross platform GUIs but honestly any product developed with a cross platform GUI toolkit will be inherently inferior to a native product.

Keep the application logic cross platform but do native GUI work.
 
html?

anyway, nothing is really cross platform. java is not cross platform. java runs in the JVM, and there just happen to be JVM's available for different platforms.
 
I've been working towards web (html,css, javascript,php) for gui's. some functionality is not always possible though.

Python really looks interesting to take a stab at.
 
I've been working towards web (html,css, javascript,php) for gui's. some functionality is not always possible though.

Python really looks interesting to take a stab at.

What functionality? I haven't come across anything I couldn't do in PHP/ASP or .NET, never had to resort to Python/Ruby etc

FYI, I'd agree with HTML/CSS/JavaScript. If you do it right, with a dash of AJAX (JavaScript), then it doesn't matter what you have in the back, be it php, asp or even a csv file :)
 
What functionality? I haven't come across anything I couldn't do in PHP/ASP or .NET, never had to resort to Python/Ruby etc

FYI, I'd agree with HTML/CSS/JavaScript. If you do it right, with a dash of AJAX (JavaScript), then it doesn't matter what you have in the back, be it php, asp or even a csv file :)

Well I do a lot of serial devices programming - modems, printers, printers, printers etc.. And normally I do my own drivers for these, web just doesn't cut it.
 
Top
Sign up to the MyBroadband newsletter
X