▲ | packetlost 6 days ago | ||||||||||||||||||||||
No, gp is correct, the 'real executables' are a VM image with the interpreter baked in. The only native code in the binary is the interpreter. Janet code does not compile to machine code. | |||||||||||||||||||||||
▲ | terminalbraid 6 days ago | parent [-] | ||||||||||||||||||||||
I understand your point, but by similar logic I can argue any language is interpreted because nothing compiles down to microcode. The point is you don't need janet-specific external dependencies in the environment. I don't differentiate between this and an inefficient compiler. | |||||||||||||||||||||||
|