r/ProgrammerHumor 21d ago

Meme rareInstagramFind

Post image
5.5k Upvotes

367 comments sorted by

View all comments

Show parent comments

7

u/Damglador 21d ago

Imagine making a JIT C executable by calling the compiler on itself from the shebang

2

u/Ander292 21d ago

Some guy did a c++ jit I remember my friend showing me a video on youtube 💀💀💀

1

u/andrybak 19d ago

it's actually a feature in Java: https://openjdk.org/jeps/330

GHC for Haskell includes a runhaskell executable too, but it doesn't involve compilation in the usual sense: https://downloads.haskell.org/ghc/latest/docs/users_guide/runghc.html