digitalmars.D.announce - DBus for D not yet completed :)
- Frank Benoit (15/15) Sep 26 2007 This is no announcement of a release.
- davidl (5/20) Sep 26 2007 Yet Another Awesome Ware
This is no announcement of a release. DBus is a interprocess communication (IPC) mechnism which is developed mainly for the Linux desktop. A windows port is also available. DBus is IPC in OOP style with very little overhead. http://www.freedesktop.org/wiki/Software/dbus http://dbus.freedesktop.org/doc/dbus-faq.html This can be interesting for - a replacement for JNI to combine Java and D - communication with apps written in other languages C/C++/QT/Ruby/Perl/Python/.. - Communication with the Linux Desktop (Gnome/KDE) I am working on a language binding for D, and it works so far for my needs. But it still needs improvements and more testing for a release. I just want to tell you about i am working on this. Early adaptors welcome :)
Sep 26 2007
在 Wed, 26 Sep 2007 16:52:37 +0800,Frank Benoit <keinfarbton googlemail.com> 写道:This is no announcement of a release. DBus is a interprocess communication (IPC) mechnism which is developed mainly for the Linux desktop. A windows port is also available. DBus is IPC in OOP style with very little overhead. http://www.freedesktop.org/wiki/Software/dbus http://dbus.freedesktop.org/doc/dbus-faq.html This can be interesting for - a replacement for JNI to combine Java and D - communication with apps written in other languages C/C++/QT/Ruby/Perl/Python/.. - Communication with the Linux Desktop (Gnome/KDE) I am working on a language binding for D, and it works so far for my needs. But it still needs improvements and more testing for a release. I just want to tell you about i am working on this. Early adaptors welcome :)Yet Another Awesome Ware -- 使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
Sep 26 2007