https://andreas-kupries.github.io/critcl/ Fork me on GitHub [critcl] [zip] [tar] critcl by andreas-kupries Critcl lets you easily embed C code in Tcl. Users A (certainly incomplete) list of packages using critcl is: Name & Description Notes Location AKTIVE image processing supercedes CRIMP CRIMP image processing deprecated, see AKTIVE Inotify Linux FS change notifications incomplete, stalled KineTcl OpenNI, kinect binding Linenoise Antirez linenoise binding Marpa earley/leo parsing incomplete, semi-stalled TclYAML libyaml binding, yaml parsing/ writing [attention] Readers wishing to make their use of critcl public here are asked to file a ticket or pull request here, against branch gh-pages Instructions BSD Licensed Changes from Release to Release How To Get The Sources How To Build And Install The Packages How To Use Critcl (Tutorial) [attention] Downloads The Developer's Guide Reporting Bugs, Ideas, Feedback, ... Documentation User Introduction Command Reference Slides for "Critcl - Beyond Stubs and Compilers" [PDF], [HTML] A paper from the Ninth Annual Tcl/Tk conference (2002, Vancouver). More notes are available on the Tclers' Wiki + Critcl + Critcl builds C extensions on-the-fly Contacts Andreas Kupries (v2.1, v3, and higher) Jean-Claude Wippler (v2.0 and before) All Authors Andreas Kupries Arjen Markus (arjen.markus@wldelft.nl) Jean-Claude Wippler Pat Thoyts Steve Landers (steve@digitalsmarties.com) Downloads Critcl currently has two major branches, version 2, and version 3. Only version 3 is under active development. Version 2 effectively reached its end of life in 2011. See Changes for version 3 for the detailed list of changes per release. The various downloads available here are: 1. Current [commit 254bdffe2afc78148f79f92df8d6823a24f971bf] (v3.3.1) o Critcl 3.3.1 Zip Archive o Critcl 3.3.1 Tarball 2. Archival [commit 950b684ecff42a2d9d8051e322ef41bf3b27baee] (v3.2) o Critcl 3.2 Zip Archive o Critcl 3.2 Tarball 3. Snapshots, branch master It is also possible to retrieve a snapshot of the current sources (head of git branch master), in various formats: # Zip Archive # Gzip-compressed Tar Archive 4. Repository clone Lastly, it is of course also possible to retrieve the whole project, i.e. clone it with Git, by running: $ git clone git://github.com/andreas-kupries/critcl Past Releases +-------------------------------------+ | Release |Zip Archive|Tarball| |-----------------+-----------+-------| |3.3 |Zip |Tar | |-----------------+-----------+-------| |-----------------+-----------+-------| |3.2 |Zip |Tar | |-----------------+-----------+-------| |-----------------+-----------+-------| |3.1.18.1 |Zip |Tar | |-----------------+-----------+-------| |3.1.18 |Zip |Tar | |-----------------+-----------+-------| |3.1.17 |Zip |Tar | |-----------------+-----------+-------| |3.1.16 |Zip |Tar | |-----------------+-----------+-------| |3.1.15 |Zip |Tar | |-----------------+-----------+-------| |3.1.14 |Zip |Tar | |-----------------+-----------+-------| |3.1.13 |Zip |Tar | |-----------------+-----------+-------| |3.1.12 |Zip |Tar | |-----------------+-----------+-------| |3.1.11 |Zip |Tar | |-----------------+-----------+-------| |3.1.10 |Zip |Tar | |-----------------+-----------+-------| |3.1.9 |Zip |Tar | |-----------------+-----------+-------| |3.1.8 |Zip |Tar | |-----------------+-----------+-------| |3.1.7 |Zip |Tar | |-----------------+-----------+-------| |3.1.6 |Zip |Tar | |-----------------+-----------+-------| |3.1.5 |Zip |Tar | |-----------------+-----------+-------| |3.1.4 |Zip |Tar | |-----------------+-----------+-------| |3.1.3 |Zip |Tar | |-----------------+-----------+-------| |3.1.2 |Zip |Tar | |-----------------+-----------+-------| |3.1.1 |Zip |Tar | |-----------------+-----------+-------| |3.1 |Zip |Tar | |-----------------+-----------+-------| |-----------------+-----------+-------| |3.0.7 |Zip |Tar | |-----------------+-----------+-------| |3.0.6 |Zip |Tar | |-----------------+-----------+-------| |3.0.5 |Zip |Tar | |-----------------+-----------+-------| |3.0.4 |Zip |Tar | |-----------------+-----------+-------| |3.0.3 |Zip |Tar | |-----------------+-----------+-------| |3.0.2 |Zip |Tar | |-----------------+-----------+-------| |3.0.1 |Zip |Tar | |-----------------+-----------+-------| |3.0 |Zip |Tar | |-----------------+-----------+-------| |-----------------+-----------+-------| |2.1 (end of life)|Zip |Tar | |-----------------+-----------+-------| |2.0 (end of life)|Zip |Tar | +-------------------------------------+ Get the source code on GitHub : andreas-kupries/critcl