Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-translation

Lua: Decompose a number by powers of 2

python lua code-translation

Is there an equivalent to a nested recursive function in C?

Translate vbscript to C# using ANTLR

Automatic Java to C++ conversion [duplicate]

java c++ code-translation

Translate JMonkey Tutorial to JRuby

Any C compiler with C output? [closed]

Translating ML code to C++

c++ sml code-translation

Why does passing a large dictionary from python to julia flatten contained multidimensional lists?

Can a scripting language be translated into other languages?

c++ code-translation

C code to Haskell

c haskell code-translation

String Template: make all variable declaration global

Problems with k-NN example in C++(OpenCV)

Scala compiler output after cleanup phase

Is there a C-like mini-syntax/language that can be both translated to native C/C++ and Java?

java c scala code-translation

Why does this compiler output by GCC error when translated into NASM?

Given this same piece of code, why is the python version 100x+ slower than C?

Automatically translating C source into C89 or C90

Common Lisp code for a C++ program with nested loops

Java code transform at compile time