Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68027ykotlin is just an frontend for java. but your best bet would be an language which can be transpiled to javascript or javascript itself.
-
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.
-
@RodrigoF whatever C# can do, F# can do too (.NET yay). And F# is a really, really nice language.
-
F# looks really cool... At least the web page says it runs on praticly anything... That is always a bonus
-
@RememberMe question: does F# programs can be compiled to any sistem or do I need to change the code to suit different sistems?
-
Anything nonmobile ever: Rust
Android: Kotlin or Go if you want to be edgy
iOS: C# w/ Xamarin, Go if edgy, Obj-C
Related Rants
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
question
languages
learning
pole