Which IDE do I use to develop a mono app in IronPython? [closed]

戏子无情 提交于 2020-01-14 03:08:49

问题


I'm investigating which platform to use for a cross platform GUI app that needs access to the serial port. Currently I'm thinking on using the mono runtime and monodevelop as the IDE. However, I already have a corpus of prototype code written python. Therefore, my idea was to write the mono app in IronPython as well, but as far as I can find on the net, monodevelop has no support for IronPython.

Therefore my question. Which IDE should I use, given that I want to develop the app on top of mono and use the IronPython language? Also, I don't want to invest into a windows license as I run OSX and Linux only.

Cheers, Johan


回答1:


Most people seem to use Eclipse with PyDev extensions.




回答2:


See voidspace review of IDEs for IronPython This site also covers a lot of other info for IronPython.




回答3:


There was a beta release of MonoDevelop 2.2 with improved Python support. See if that meets your needs.



来源:https://stackoverflow.com/questions/1404355/which-ide-do-i-use-to-develop-a-mono-app-in-ironpython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!