Answer the question
In order to leave comments, you need to log in
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
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)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question