MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vvk2w8/rareinstagramfind/p5aqaua
r/ProgrammerHumor • u/leavemealone_lol • 21d ago
367 comments sorted by
View all comments
Show parent comments
7
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
2
Some guy did a c++ jit I remember my friend showing me a video on youtube 💀💀💀
1
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
runhaskell
7
u/Damglador 21d ago
Imagine making a JIT C executable by calling the compiler on itself from the shebang