Is it a good idea to invest time in learning Julia for creating GUI applications for Windows?

Hi all,
I am a hobby programmer and would like to create some gui applications for windows. My current aim is to use win32 API but if there is any better gui toolkits in Julia, i am ok with that. So this is my question, Is it a good idea to spend some time for learning Julia with this aim ? Any suggestions ?

1 Like

If that is all you want to do, something like c# might be better suited. Julia is an excellent all-purpose language that’s both easy and fun to write, but for gui applications on windows, c# and colleagues are quite outstanding.

4 Likes

@baggepinnen
Thanks for the reply. I already know c# & vb.net. I am a hobbyist, so i would like to experiment with the gui stuff in different languages. That’s why i am planning to learn Julia.

1 Like