D 2014-05-19T16:58:43.238 L tcc4tcl N text/x-markdown P f0af6909dfe0e9a90a7cd55f30c44b26276029cb U rkeene W 599 tcc4tcl ======= Introduction ------------ tcc4tcl (Tiny C Compiler for Tcl) is a [Tcl](http://www.tcl.tk/) extension that provides an interface to [TCC](http://bellard.org/tcc/). It is a fork of [tcctcl](https://code.google.com/p/tcltcc/) by Mark Janssen. It is licensed under the terms of the LGPL v2.1 (or later). Download -------- 1. Version 0.11: [Source](http://rkeene.org/devel/tcc4tcl/tcc4tcl-0.11.tar.gz) Examples -------- 1. Basic example:
```package require tcc4tcl```
```::tcc4tcl::cproc test {int i} int { return (i+42); }```
```puts [test 1]``` Z 8c38b1ab2c2f7042b35e8728c7eeeaa2