this post was submitted on 03 Jul 2024
41 points (79.7% liked)

Programmer Humor

19512 readers
433 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

A shitpost about languages that generate CVEs

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 4 months ago (2 children)

I'm sure there are projects covering those areas written in JavaScript.

[–] [email protected] 5 points 4 months ago

Just because you can doesn’t mean you should and i hope that is not a thing

[–] [email protected] 3 points 4 months ago (1 children)

Oh gawd. That would be so horrible! Is there a project o compile JavaScript to bytecode? With like LLVM? There must be, but I haven't heard of it. I shouldn't even say anything because I will be better off pretending it doesn't exist.

[–] [email protected] 1 points 4 months ago

Just bundle a JavaScript interpreter with the JavaScript code. No need to compile JavaScript.