+ 1
Is there a way to "translate" code between languages? If so, I imagine there are limitations, what are these?
2 odpowiedzi
+ 2
yes you can do this. but..say..async await in javascript wont translate to c very well...but c does have its version of it.
there are already some programs that turn one language into another such as emscripten c++ to javascript
+ 2
Thx