DEV Community

Discussion on: If you could write a programming language how would it be?

Collapse
 
dwd profile image
Dave Cridland

You like those scoping rules? You think hoisting is in any way sane?

Collapse
 
nektro profile image
Meghan (she/her)

Scoping and Hoisting are two very different things. No I don't particularly hoisting but the way module mode keeps the global scope almost entirely empty as well as the import/export system is wonderful for both library developers and site developers alike.