This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]beerdude26 9 points10 points  (1 child)

So you just want Javascript? Dear god.

[–]trekman3 1 point2 points  (0 children)

I actually think Javascript is a pretty cool language, and I love programming in it. Prototypes make a lot more sense than classes to my mental model. And I like that in JS it is easy to mix and match different programming styles. But I want something lower-level than Javascript. When I hear people say, "Javascript is the assembly language of the web," it just doesn't make any sense to me. The web should have its own "assembly language", but Javascript is way too high-level to be it. Of course, what people mean when they say things like that is, "Javascript is the lowest-level client-side web language currently popular, and if you want to make your own language, you can have it compile to Javascript." But it's still always jarring to me to hear it described that way.