Salut, fellow coders!

I have an application where i need some live coding to debug and use it. I've been coding in C# for ages now.

I looked into different languages, and found python. And obviously fell in love. Now i have a home-made interactive python console with my application. I implemented suggestions with dir() and so on.

tldr:
The problem im facing is that I need to integrate whole application with the console now. I know I can expose types and variables thru scope.SetVariable but what I need is to expose a whole /namespace/ to the scope.

Any help would be appreciated.

P.S. How fast is interop between python and C#? Would it be ok to have a python function as dynamic in C# and calling it about 250 times a second?

Thanks,
    Iivari Mokelainen
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to