A
A
Anon33632020-08-28 21:42:11
typescript
Anon3363, 2020-08-28 21:42:11

Is pure script the same typescript?

Please explain how they differ from JavaScript eh?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Belyaev, 2020-08-29
@Anon3363

TypeScript is a superset of JavaScript designed to bring static typing while maintaining backwards compatibility (any JS is a valid TS)
PureScript is a dialect of Haskell specifically designed to be compiled into JavaScript.
The only thing in common is that both are compiled to JS. The rest are completely different languages.
Well, TS is main-stream, it’s a norm for any frontend or node.js developer to know it today, and PureScript is a niche solution with a small number of supporters (there are 12 members in the English telegram channel and 100+ in the Russian one, this speaks for itself)

R
Rerurk, 2020-08-28
@Rerurk

here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question