Posted By: RoboShim (ICQ #: 166 703 40) on 'CZscripts'
Title:     Re: Definice
Date:      Mon Jun  9 18:06:52 2003

> Ja tady
>  http://searchvb.techtarget.com/sDefinition/0,,sid8_gci212948,00.html
> nasel docela peknou definici:
>  a script is a program or sequence of instructions that is interpreted or 
>  carried out by another program rather than by the computer processor (as a 
>  compiled program is).  
>   Me se to libi ;-)

*** Jen prihodim taky info, kdo to jeste nevidel/neslysel/necetl. Povsimnete 
si posledni vety:)

TCC (Tiny C Compiler) is small, fast, unlimited, and safe. You can compile and 
execute C code everywhere (e.g., on rescue disks). It generates optimized x86 
code, and can compile, assemble, and link several times faster than 'gcc -O0'. 
Any C dynamic library can be used directly. It includes an optional memory and 
bounds checker, and bounds-checked code can be mixed freely with standard 
code. C script is also supported--just add '#!/usr/bin/tcc' at the first line 
of  your C source, and execute it directly from the command line. 

RoboShim.

Search the boards