Re: [Ironpython-users] Creating public IronPython API

2015-12-22 Thread Markus Schaber
python.org] On Behalf Of Benedikt Eggers Sent: Monday, December 21, 2015 11:54 AM To: ironpython-users@python.org Subject: [Ironpython-users] Creating public IronPython API Hello, when you create public ironpython apis for your applications written in C#, would you prefer to create the API

[Ironpython-users] Creating public IronPython API

2015-12-21 Thread Benedikt Eggers
Hello, when you create public ironpython apis for your applications written in C#, would you prefer to create the API using c# with using the PythonModule attribute, or would you wrap every thing in IronPython written modules and call the in c# written application core from there? Currently I'm