[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Clue experimental release
- From: "Tiago Dionizio" <tiago.dionizio@...>
- Date: Tue, 8 Jul 2008 11:58:05 +0100
On Tue, Jul 8, 2008 at 11:20 AM, Alexander Gladysh <agladysh@gmail.com> wrote:
> This is very interesting. I'm interested in rapid C-module prototyping
> tool for Lua. luatcc is the one, but I've never got it to work --
> partially because tcc does not support OS X, as I understand it.
Have you looked at odyce? Odyce is a dynamic compiler, which allow to
embed C code into Tcl scripts
It is based on TinyCC and supports Linux (x86 and arm), Win32, WinCE
(Windows Mobile), Mac OS X (x86).
You can get more information here:
http://www.evolane.com/software/odyce/index.html
http://wiki.tcl.tk/20086
And sources are available here (tar download link available):
http://www.evolane.net/viewvc/odyce/
Tiago