M
M
Maks Burkov2016-11-07 18:24:53
JavaScript
Maks Burkov, 2016-11-07 18:24:53

What are the alternatives for JavaScript?

Hello!
As a person who doesn't like JS, I'm looking for alternatives, from what I read on the net, I came across technologies such as:
Type Script
Dart
GWT
Who has worked with them and is it worth investing time to learn one of them?
I write in Java myself, as far as I understand, GWT allows you to write code in Java without dealing with JS, but will this affect the page loading speed?
What's the difference between a UI that can be built with GWT and JS?
What can anyone say about Type Script?
Dart?
Since JavaScript is mainstream at the moment, what are the disadvantages of the above technologies in relation to JS?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Stanislav Makarov, 2016-11-07
@Maks00088

What can anyone say about TypeScript?

Learn, you won't regret it.
Minuses:
As someone accustomed to statically typed languages, I see no point in writing pure JavaScript after mastering TS. Of course, with the exception of supporting existing code and 10-line scripts.

I
Ivan Bogachev, 2016-11-07
@sfi0zy

Since Java script is mainstream

JavaScript is what will run in the client's browser. All languages ​​like CoffeeScript, ClojureScript, Dart, TypeScript, etc. are translated into JavaScript. Such is the world.
Не всякий JS разработчик захочет учить тот же самый Dart. В остальном - минусов особых нет, вы просто пишете на "другом" языке, а дальше система сборки за вас все делает сама.
Никогда не использовал GWT, но возвращаясь к пункту 1 - все, что умеет JS вы в любом случае имеете в том или ином виде, следовательно разницы никакой.
Если и повлияет, то незначительно.
Стоит ли познакомиться с еще одним языком? В общем случае ответ положительный. Тем более что все эти языки достаточно простые и первое знакомство займет 2-3 дня максимум.

A
artekha, 2016-11-07
@artekha

Ну Dart насколько я знаю умер, TypeScript серьезно набирает обороты. А вообще, как по мне очень странно не любить какой-то язык. Главное то, что он позволяет сделать. Я с JS потихоньку перехожу на TypeScript, и мне кажется что за TS будущее ИМХО.

B
beduin01, 2016-11-07
@beduin01

WASM уже с марта будет включен по дефолту в браузерах. Можете уже начать его изучать.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question