Say I had a Windows application, #cpp that runs inside the console, that does some inconceivably (to me) complex math on structured input data, then generates a corresponding output.
It’s mine but I didn’t write it, and don’t have the source code. But I do have an incredibly detailed article written by the author, that describes the math involved and optimisations to make it run, which I couldn’t begin to understand or explain.
What are the chances of finding someone to recreate it in #js ?