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
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