I have very bad experience with the GWT mentioned in the original article. When I tried GWT when it was originally released, it only worked for demo code/pages.
Anything more complex required me to understand Java, Javascripts and the code/system/process they use to convert the Java code to the "generated JS" code. It was O(n^3) complexity for my limited brain.
Maybe it has been changed, I see there was still a release in 2017.
The Python as a language/framework is extremely good in my opinions - very easy to learn, debug, create complex system and dig very deep as needed.
I have very bad experience with the GWT mentioned in the original article. When I tried GWT when it was originally released, it only worked for demo code/pages.
Anything more complex required me to understand Java, Javascripts and the code/system/process they use to convert the Java code to the "generated JS" code. It was O(n^3) complexity for my limited brain.
Maybe it has been changed, I see there was still a release in 2017.
The Python as a language/framework is extremely good in my opinions - very easy to learn, debug, create complex system and dig very deep as needed.