Hacker News new | ask | show | jobs
by WorldMaker 3690 days ago
I just wish let was in fact const (and something like "local" could be let), simply because the keyword let is nicer to type, easier to read, and more importantly better in line with the meaning of let in Lisp/Scheme/ML/OCaml/et al.
1 comments

Yeah, I was thinking the same! I was even considering writing a custom babel transform to do this for me :P