Prune devel/py-EnthoughtBase
[dports.git] / devel / tcl-memchan / pkg-descr
1 memchan is an  extension library to the script language  tcl, as created
2 by  John Ousterhout.  It provides  two new  channel types  for in-memory
3 channels and the appropriate commands for their creation.
4
5 They are useful to transfer large  amounts of data between procedures or
6 interpreters, and  additionally provide an easy  interface to on-the-fly
7 generation of code too. No need to set  or append to a string, just do a
8 simple puts.
9
10 WWW: http://memchan.sourceforge.net/