slackbuilds_ponce/libraries/tcc4tcl/README
Juan M. Lasca ce6fedfbe1
libraries/tcc4tcl: Added (Tiny C Compiler for tcl)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-11 09:30:33 +07:00

12 lines
609 B
Text

tcc4tcl (Tiny C Compiler for Tcl) is a Tcl extension that provides
an interface to TCC. It is a fork of tcltcc by Mark Janssen.
It makes extending Tcl with C and creating compiled package
extensions a simple and interactive experience. It incorporates TinyCC,
a small yet featureful C compiler that works fast enough to be used as
a JIT compiler.
In addition to the TinyCC binding, tcc4tcl allows quick wrapping of C
functions into Tcl procedures, and saving these procedures in libraries
loadable as package extensions using the load command. It is similar to
Critcl, except that the compiler is included.