mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
61d3e67655
devel/pure-readline: A readline interface for the Pure language devel/pure-stldict: Pure interface to C++ STL map/unordered_map devel/pure-stlvec: Pure interface to C++ STL vector math/pure-mpfr: Multiprecision floats for Pure x11-toolkits/pure-tk: A basic interface between Pure and Tcl/Tk PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com>
7 lines
305 B
Plaintext
7 lines
305 B
Plaintext
pure-tk provides a basic interface between Pure and Tcl/Tk. The
|
|
operations of this module allow you to execute arbitrary commands
|
|
in the Tcl interpreter, set and retrieve variable values in the
|
|
interpreter, and invoke Pure callbacks from Tcl/Tk.
|
|
|
|
WWW: http://docs.pure-lang.googlecode.com/hg/pure-tk.html
|