Quote:
Originally Posted by JSureshkumar Hi,
I am trying to evaluate the scalability and flexibility of Python and Perl - basically how the context switches and the loading of memory models happen when switching tech stacks. Has anyone done this before? Or can share any useful links? |
What is a tech stack?
Have you looked at SWIG? [1]
Quote:
|
I have tried a very limited version of passing C arguments to python modules and getting the results back in C, but this is a very very rudimentary implementation. I would be interested hearing some experiences along similar lines - the problems, solutions and tips/tricks.
|
How does scalability of Perl and Python relate to C calling conventions?
Or did I misunderstand you?
Quite possibly the latter.
What is your real goal?