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 is licensed under the terms of the [LGPL] v2.1 (or later). Homepage: http://chiselapp.com/user/rkeene/repository/tcc4tcl/index [dbohdan] 2015-03-16: As of version 0.23 you can compile tcc4tcl on Linux thus: ====== #!/bin/sh set -e fossil clone http://chiselapp.com/user/rkeene/repository/tcc4tcl/home tcc4tcl.fossil mkdir tcc4tcl cd tcc4tcl fossil open ../tcc4tcl.fossil ./build/pre.sh ./configure make ====== <> Extension