Ask HN: How do I learn JavaScript?
31–40 of 128 posts
Re: Ask HN: How do I learn JavaScript?
#32A little side note; You could consider ClojureScript. I've worked with JavaScript many times through the years, and never felt that I got close to becoming an expert no matter what. The language it self is in the way. Browser compatibility, language weirdness (like the =, == or === mess) and there are a lot of standards around. But now a days working with ClojureScript, which settles the language problems, I get to f…
Re: Ask HN: How do I learn JavaScript?
#33I don't mean babel. I mean from scratch. Using whatever language you're comfortable with, turn lists of expressions into JS code.
https://github.com/sctb/lumen does this in just a couple thousand lines.
Re: Ask HN: How do I learn JavaScript?
#34Why choose V8 as your target, and not a recent standard that multiple modern browsers support?
Re: Ask HN: How do I learn JavaScript?
#35If you want a "perfect" understanding of ecmascript as it is implemented by V8 why not study the open source code for V8: https://v8.dev/ . How hard will it be? Well how good are you at reading code/ how much do you know about c++? If this seems too daunting, better stick with a less than perfect guide to get you part of the way there.
Re: Ask HN: How do I learn JavaScript?
#36Re: Ask HN: How do I learn JavaScript?
#37Re: Ask HN: How do I learn JavaScript?
#38Re: Ask HN: How do I learn JavaScript?
#39A little side note; You could consider ClojureScript. I've worked with JavaScript many times through the years, and never felt that I got close to becoming an expert no matter what. The language it self is in the way. Browser compatibility, language weirdness (like the =, == or === mess) and there are a lot of standards around. But now a days working with ClojureScript, which settles the language problems, I get to f…
Why not Elm or Reason then?
So as a Java developer ClojureScript keeps me a little in a familiar realm instead of jumping to a whole new ecosystem where I have to pick up every new aspect in the tool chain, including the language.
But this is personal, and I have absolutely no experience in these other languages you mention and they may be awesome.
Re: Ask HN: How do I learn JavaScript?
#40https://www.udemy.com/user/sgslo/
[Not sponsered, non-affiliate link, etc]