I would like to know what mechanism helps codewars to work with solutions in different programming languages. For example, I can send a solution to the same kata in JS, Python, C++. How does it work?
I can assume that the transpiler is used. (Maybe I'm wrong). But I can't imagine how it should work.