[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using in C a function defined in guile
From: |
David Kastrup |
Subject: |
Re: Using in C a function defined in guile |
Date: |
Sun, 06 Sep 2015 19:09:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Vladimir Zhbanov <address@hidden> writes:
> Hi, guilers.
>
> After speaking with a man who doesn't like scheme and wants to make all
> his work in C, I wonder if there is an easy way to make the procedures
> wholly written in Guile available in C, besides any kind of 'eval'.
> Looking through the guile info I didn't found anything other.
C++ allows for some syntactically nicer techniques.
Cf
<URL:http://git.savannah.gnu.org/cgit/lilypond.git/commit/?id=652f454fae6ed31ced7f9c3ce22dbc5752460a8c>
for an implementation in a large-scale C++/GUILE project. The
interesting files are those created from scratch in the patch (green in
the diffstat).
--
David Kastrup