crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

spawn example #19

Open zabbal opened 10 years ago

zabbal commented 10 years ago

Would be great to have examples for spawning child process with a given environment variables - there seems to be some code for that in glib/glib.main-loop.lisp and in glib/glib.utils.lisp but no examples in the tutorial yet.

crategus commented 10 years ago

Again like Issue #17 and #18 and I cannot give you an example. Furthermore, there are some references in the included documentation to C function. But there is implemented nothing comparable in the Lisp binding.

Nevertheless, this topic might be worth to work on.

Dieter Kaiser

zabbal commented 10 years ago

Are there perhaps some generic clisp mechanism for that? I'm interested in this because I would like to use gtk.plug - gtk.socket interface to connect to existing service (which I would have to spawn multiple times) from clisp code.