summaryrefslogtreecommitdiffstats
path: root/development/critcl/README
diff options
context:
space:
mode:
author Juan M. Lasca <juanmlasca@gmail.com>2023-07-08 08:53:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 08:53:23 +0700
commit489f38fe1c3992fe9367f4f8a3e5423c71ee6bff (patch)
treef5e3abeb0453ce33cd61f5714a07a85219c6c913 /development/critcl/README
parent803bed53fb0b8fc2b4cf51685c30eb3fcf76af4d (diff)
downloadslackbuilds-489f38fe1c3992fe9367f4f8a3e5423c71ee6bff.tar.gz
slackbuilds-489f38fe1c3992fe9367f4f8a3e5423c71ee6bff.tar.xz
development/critcl: Added (C Runtime in Tcl).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/critcl/README')
-rw-r--r--development/critcl/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/critcl/README b/development/critcl/README
new file mode 100644
index 0000000000..451608d925
--- /dev/null
+++ b/development/critcl/README
@@ -0,0 +1,9 @@
+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.
+