I'm a JIT lover.What's your favourite JIT-lang? My is Lua (It's from Brasil!)
Retard here, why does JIT compilation exist compared to say a pre compiled language like C?
Is there a JIT scripting language that is NOT LuaJit, because LuaJit is stuck on 5.1 forever
>>106465914because it's flexible and runs everywhere. With CPPbyou have to pick your target, your compiler, no reflection, no garbage collection.
>>106465945>Needs more than 5.1ngmi
>>106465914https://letmegptthatforyou.com/a/v0Q60
>>106465968I just don't like investing into a language that is hardstuck at a version forever
>>106466013>I don't like langs that will just werk⢠forever ok.
>>106465687>What's your favourite JIT-lang?Languages are not JIT or interpreted or compiled, language IMPLEMENTATIONS are. I prefer to compile ahead of time to machine code. But I think the JVM JIT is the most advanced JIT available.
>>106465687Unitonically Java
>>106465914Apparently JIT can perform better optimizations, because it learns about program's usage patterns. You cannot do that at compile time, only at runtime.
>>106465687More like jeet lang.
>>106465687I luv pypy, I watched a couple of lectures from some of the guys on the pypy team about jitting a lang with rpython (the JIT generator if you will)You not gonna believe me but one of them is now a woman