code-translation Questions
3
Solved
Is there any free Python to C translator? for example capable to translate such lib as lib for Fast content-aware image resizing (which already depends on some C libs) to C files?
Deva asked 14/4, 2010 at 16:32
4
I was asked to write a code translator that would take a Python program and produce a C program. Do you have any ideas how could I approach this problem or is it even possible?
Acridine asked 26/3, 2010 at 17:50
4
Solved
is it possible to translate one language to another with an interpreter?
heard that quercus could translate php to java? at first, i thought it was a cheap lousy solution which could give code err...
Mallet asked 13/1, 2010 at 7:54
4
Solved
Would it be possible to translate the Ruby on Rails code base to Python?
I think many people like Python more than Ruby, but find Ruby on Rails features better (as a whole) than the ones in Python...
Cumulonimbus asked 25/11, 2009 at 1:56
10
Solved
I have heard of some compilers that convert code in one high level language to another
e.g Shedskin that converts python code to optimized C++.
I was wondering why would one ever try to do that. Wh...
Griswold asked 27/7, 2009 at 17:30
7
Solved
Has anyone tried automatic Java to C++ conversion for speed improvements? Is it a maintenance nightmare in the long run?
Just read that is used to generate the HTML5 parsing engine in Gecko h...
Melina asked 8/7, 2009 at 7:33
4
Solved
Is there a tool out there that can automatically convert Python to Java?
Can Jython do this?
Lentha asked 30/9, 2008 at 15:13
4
Solved
Is there a way in Java to get a method to lock (mutex) the object which it is in?
I know this sounds confusing but basically I wan't an equivelent to this snippet of C# but in Java.
lock(this)
{
...
Azucenaazure asked 13/1, 2009 at 15:16
© 2022 - 2024 — McMap. All rights reserved.