Hi!
Does anyone have any experience in porting Python code to either C++ or Objective-C? If so, can you give me some advice on docs or tutorials which my help me? The Python code I'm hoping to port is mostly non-gui and involves a lot of string manipulation, regex, and extensions of container datastructures. Speed is less important. Based on this, which one would you recommend?