I was just running IronPython from the Monad command line, when a friend
suggested an interesting idea.

Given the object nature of Monad, it's a shame that you can't simply
pass an object to an external program.  But what if IronPython offered
an alternative to the standard Main function, which could accept
objects, rather than strings, at startup.

Then one could either use that directly from Monad, or if necessary
create a cmdlet proxy.

Of course, one would then want to pass an object back to Monad.

_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to