Hacker News new | ask | show | jobs
by ix-hispana 3116 days ago
If javascript goes the ecosystem goes too.

In real applications we need to use social login, share, google maps, shopify buy SDK, S3, Azure speech API and so on. The javascript tools to access all of that are plain old ES5 at best. How will we use them from another language?

Libraries, too. Are we going to find ourselves writing our own custom dropdowns and datepickers in C++? Not to mention our own view update and state management libraries.

This is the reason there are next to none real world examples of web apps made in Elm. No communication with planet Earth.

3 comments

> Libraries, too. Are we going to find ourselves writing our own custom dropdowns and datepickers in C++?

You are talking about C++. If a library exists, already exists an implementation for it in C++. Comparing Elm with C++ doesn't makes so much sense.

https://en.wikipedia.org/wiki/List_of_platform-independent_G...

Dunno, I am one of the suckers who learned AngularJS 1. May the whole JS ecosystem burn in hell? Don't mind switching wasm GUI frameworks if I can choose the language.
I second this. I will be hedging on JavaScript reigning supreme for the next 5-10 years