Really, the license is bsd-style. thank you for point it out.
For usage, just (use-modules (scsh scsh)) and then you can (run (ls))
And this chapter of scsh
http://scsh.net/docu/html/man-Z-H-3.html#node_chap_2 is suitable for
guile-scsh.
i have a complex script for managing kvm virtual machines,
28.04.2014 15:51, Neil Jerram пишет:
>
> For Guile in general I believe that should work; of course you also need
> "export
> GUILE_LOAD_PATH".
>
> Don't know about guile-gnome-2, though - possibly guile-gnome-2 is also
> setting
> GUILE_LOAD_PATH and so overriding your setting.
Seems like it is
On 2014-04-28 13:49, Max wrote:
27.04.2014 15:33, Neil Jerram пишет:
I have some FFI-based client-side bindings in my library at
http://git.savannah.gnu.org/cgit/ossaulib.git/. The (glib dbus)
module
exports procedures for
- making a synchronous or asynchronous dbus call
- registering a Sc
27.04.2014 15:33, Neil Jerram пишет:
>
> I have some FFI-based client-side bindings in my library at
> http://git.savannah.gnu.org/cgit/ossaulib.git/. The (glib dbus) module
> exports procedures for
> - making a synchronous or asynchronous dbus call
> - registering a Scheme procedure to be calle