this post was submitted on 21 Nov 2023
1592 points (98.0% liked)

Programmer Humor

32063 readers
496 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Synthead@lemmy.world 17 points 10 months ago (1 children)

JavaScript is an interpreted language, so no decompilation is necessary, although this is repeatable by using a Firefox user agent.

[–] kogasa@programming.dev 6 points 10 months ago (1 children)

You can build a virtual machine in JavaScript and execute compiled code on it