DEV Community

Discussion on: How many programming languages do you know?

Collapse
 
erebos-manannan profile image
Erebos Manannán

Thanks, I'm definitely interested in all alternatives. Actually now that I think about it a bit more Flutter is one of the more promising developments, as you can write an app once and deploy to multiple targets, one of the (currently alpha) targets being web, and you get massive speed benefits on mobile over doing it the other way and deploying web apps on mobile.

Thread Thread
 
gdotdesign profile image
Szikszai Gusztáv • Edited

I am aware of Flutter and it's intriguing, however I am always sceptical about software that offers compiling the same code to the web and mobile, it is extremely hard to make things look and behave exactly the same on mobile and web without breaking the web.