I want to use IronPython to write an application in Python, but I'm confused about how to get it to work on Linux as well.
Does Linux need Mono to be able to run a Windows Forms app?
If the Linux installation has Mono installed, does that mean it will be able to run the app without any Linux-specific alterations to my code?
Cheers.