summaryrefslogtreecommitdiff
path: root/libraries/g-wrap/README
blob: 53b21ca01f81c95e87e14ec7b80651ca63327a37 (plain)
1
2
3
4
5
6
7
8
G-Wrap -- A tool for exporting C libraries into Scheme interpreters

G-Wrap is a tool (and guile library) for generating function wrappers
for inter-language calls. It currently only supports generating Guile
wrappers for C functions. Other languages may be supported in the
future, possibly on both sides.