Guile lisp code style (was: [guile] Re: Guile and Swig)

2013-04-18 Thread Dmitry Bogatov
Daniel Hartwig writes: >> Also, question of style of Lisp code. It seems, that most common style >> is `(action object arg1 ...)` and I find making object callable is more >> elegant: `(object #:action arg1 ...)`. Is it discouraged? > On some level both styles are functionally equivalent, althoug

Re: Guile and Swig

2013-04-18 Thread Daniel Hartwig
On 17 April 2013 13:28, Dmitry Bogatov wrote: > > Hello, list! > Hello now > Is using SWIG[1] is endorsed for writing Guile wrappers to C library? I > make such bindings for libircclient[2] for my project, but it would be > nice, if it would find way to official Guile tree. Are here some > guid