mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Custom ports are a kind of port that exposes the C port type interface directly to Scheme. In this way the full capability of C is available to Scheme, and also the read and write functions can be tail-called from Scheme (via port-read / port-write). * libguile/custom-ports.c: * libguile/custom-ports.h: * module/ice-9/custom-ports.scm: New files. * libguile/init.c: * libguile/Makefile.am: * am/bootstrap.am: Add to the build. * doc/ref/api-io.texi: Update the manual. |
||
---|---|---|
.. | ||
bootstrap.am | ||
ChangeLog-2008 | ||
guilec | ||
maintainer-dirs | ||
README | ||
snarf |
data directory: automake frags do not name files using extension ".am", as automake is overzealous sometimes.