aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-memchan/pkg-descr
blob: 6d6fc01a64a1a76788d91e1b42ca2bb25a5f3e11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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://memchan.sourceforge.net/