SlackBuildsOrg/development/critcl
Juan M. Lasca 489f38fe1c development/critcl: Added (C Runtime in Tcl).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 08:53:23 +07:00
..
critcl.info
critcl.SlackBuild
README
slack-desc

The C Runtime In Tcl is a self-contained package to build C code
into an extension on the fly. It is somewhat inspired by Brian
Ingerson's Inline for Perl, but Critcl is considerably more
lightweight.
The idea is to wrap C code into something that will compile into a
Tcl extension, and then also fire up the compiler. Compiled chunks
will be cached in your ~/.critcl/ directory, so subsequent use will
be instant.