Top "Code-translation" questions

For questions regarding the translation of code from one programming language to another.

Translating C to JavaScript

I've got a bunch of math/dsp algorithms in C. Single functions, one function per file, no fancy linking or …

javascript c code-translation
Converting Python Code to PHP

Is there a software converter out there that can automatically convert this python code to PHP? #!/usr/bin/python import …

php python code-translation transpiler
Android equivalent of NSUserDefaults in iOS

I'd like to save some simple data. On the iPhone, I can do it with NSUserDefaults in Objective-C. What is …

android ios nsuserdefaults code-translation
How to convert python source code to C++ source code

I have been trying to find a way to convert .py source file to .cpp source (as a time saver …

python c++ code-translation
Is there a way to convert Groovy to Java automatically?

I have inherited significant amounts of Groovy code, and I have found it difficult to maintain for several reasons: Very …

java plugins groovy code-translation
Programming languages that compile into C/C++ source?

I'm using CoffeeScript to make JavaScript development easier. It's a language with clean syntax that compiles into JavaScript. So, what …

c++ c programming-languages code-translation
Python on Rails?

Would it be possible to translate the Ruby on Rails code base to Python? I think many people like Python …

python ruby-on-rails metaprogramming code-translation
How can I easily convert FORTRAN code to Python code (real code, not wrappers)

I have a numerical library in FORTRAN (I believe FORTRAN IV) and I want to convert it to Python code. …

python fortran code-translation
printing array values in js

I'm trying to create a function that will run through an array and collect it's value to a string that …

javascript arrays string code-translation
What is the most production-level Haskell to JavaScript compiler, to write code running in the browser?

I am not looking for a necessarily super-robust solution with a 10-year track record, but for something that can be …

javascript haskell code-translation