[PyQt] PyQt vs thick bindings for type-safe languages

Damon Lynch damonlynch at gmail.com
Thu Aug 13 14:53:25 BST 2015


On Thu, Aug 13, 2015 at 6:09 PM, Gour <gour at atmarama.net> wrote:

> Hello,
>
> there is a thread in comp.lang.ada where one user asked what to do in
> regard to GUI part of his/her application for which functionality is
> already written in Ada language.
>
>
Have you considered an approach such that the Python / PyQt code talks to
the Ada code via a messaging mechanism such as 0mq <http://zeromq.org/>? I
recall a demo somewhere where someone connected Python and Go using such an
approach. Depending on your needs it might be a lot easier than building an
extension or a binding.

Best,
Damon

-- 
http://www.damonlynch.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150813/ece9550b/attachment.html>


More information about the PyQt mailing list