mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
3ef093ad95
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
380 B
Text
7 lines
380 B
Text
Memchan provides several 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 or data
|
|
too. No need to [set] or [append] to a string, just do a simple [puts].
|
|
|
|
This requires tcllib.
|