[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to add Guile support to a package
From: |
Ludovic Courtès |
Subject: |
Re: How to add Guile support to a package |
Date: |
Mon, 05 Jan 2015 20:45:00 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Antonio Ceballos <address@hidden> skribis:
> For that purpose, I think that I need both to embed Guile into Chess,
> and to export some primitives that could be used as building blocks
> for the Scheme evaluation function.
>
> Does it make sense?
Yes, definitely. If you want, once you’ve settled on an API, you can
post it here for review, or an overview thereof.
If Chess is already well “librarified”, I encourage you to look into the
“extend” approach.
Ludo’.