Hacker News new | ask | show | jobs
by quickthrower2 1034 days ago
JS is no easier than Python or Go IMO
1 comments

It appears easier than Go for the beginners.

No compiler.

No strong types.

No function return types.

And you can combine different types in unexpected ways https://www.destroyallsoftware.com/talks/wat

When the code fails, just refresh the page!