Recommendations for perl-to-python interoperation?

前端 未结 7 1826
甜味超标
甜味超标 2021-01-25 19:53

We have a sizable code base in Perl. For the forseeable future, our codebase will remain in Perl. However, we\'re looking into adding a GUI-based dashboard utility. We are consi

7条回答
  •  旧时难觅i
    2021-01-25 20:30

    I hate to be another one in the chorus, but...

    1. Avoid the use of an alternate language
    2. Use Wx so it's native look and feel makes the application look "real" to non-technical audiences.
    3. Download the Padre source code and see how it does Wx Perl code, then steal rampantly from it's best tricks or maybe just gut it and use the application skeleton (using the Artistic half of the Perl dual license to make it legal).
    4. Build your own Strawberry Perl subclass to package the application as an MSI installer and push it out across the corporate Active Directory domain.

    Of course, I only say all this because you said "Dashboard" which I read as "Corporate", which then makes me assume a Microsoft AD network...

提交回复
热议问题