freebsd-ports/devel/tcl-memchan/pkg-descr
Neil Blakey-Milner ad814bbdd7 Add tcl-memchan, an extension library to tcl, which is useful for
transferring large amounts of data between procedures or interpreters.

PR:		ports/18761
Submitted by:	Mikhail Teterin <mi@privatelabs.com>
2000-07-31 15:36:11 +00:00

11 lines
486 B
Plaintext

memchan is an extension library to the script language tcl, as created
by John Ousterhout. It provides two new channel types for in-memory
channels and the appropriate commands for their creation.
They are useful to transfer large amounts of data between procedures or
interpreters, and additionally provide an easy interface to on-the-fly
generation of code too. No need to set or append to a string, just do a
simple puts.
WWW: http://www.oche.de/~akupries/soft/memchan/