Introduction - If you have any usage issues, please Google them yourself
C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. V ariables in C-Talk have no type. So there is no co mpile time type checking in C-Talk, all checking is performed at runtime. To preser 've reference integrity, explicit memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector.