6

Pole!
What language would you use for:
Native windows
Multi platform
Android
Android + iOS.
Web apps (frameworks)
Requirements:
Local database (wich one btw)
Gui
Easy to learn.

For me, well I'm not good at any language now... Was preety good at visual basic 6 back in the day and stopped codding for years.
I'm looking at python with kivy for multi platform (all... And I mean all, even blackberry) but I just can't get the shit to work for multiscreens... Due to my lack of knowledge on how to andle children (but love kids)....
Also droidscript and kotlin for Android but both are limitimed to android (as far as I know, don't know if kotlin have gui for windows /mac/Linux)
Also front end web for one project I'm working on

Comments
  • 1
    kotlin is just an frontend for java. but your best bet would be an language which can be transpiled to javascript or javascript itself.
  • 2
    Kotlin can now produce both native and JavaScript too, though the former is a bit more experimental. Then you may try making a web GUI with the JavaScript created by Kotlin running on your browser. Then you can move to server-side (Kotlin making JVM this time) that generates web interfaces.
  • 0
    C# with xamarian
  • 0
    @rookiemaverick
    Yek hate c#
    (from a former vb dev)
  • 1
    @RodrigoF I too hate, but that's the only one which answered the question.
  • 0
    @RodrigoF whatever C# can do, F# can do too (.NET yay). And F# is a really, really nice language.
  • 0
    F# looks really cool... At least the web page says it runs on praticly anything... That is always a bonus
  • 0
    @RememberMe question: does F# programs can be compiled to any sistem or do I need to change the code to suit different sistems?
  • 1
    Anything nonmobile ever: Rust
    Android: Kotlin or Go if you want to be edgy
    iOS: C# w/ Xamarin, Go if edgy, Obj-C
Add Comment