I am experimenting with an interesting way to construct software. The idea is the create the same binary using three different programming languages, compact together in layers.
I am looking at this from a security perspective, if malware were to infect the file, typically it would only infect on type of source code, leaving the other two unaffected and the infected coded would be ignored and so the next executable code would take over.
Something like that -- is what I had / have in mind.