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.
Packet : 35738642ctalk-121.zip filelist
ctalk/
ctalk/CHANGES
ctalk/compiler.cpp
ctalk/compiler.h
ctalk/ctalk.cpp
ctalk/ctalk.exp
ctalk/ctalk.h
ctalk/ctalk.html
ctalk/ctalk.lib
ctalk/ctalk.txt
ctalk/ctkparser.cpp
ctalk/ctkparser.h
ctalk/Hello.ctk
ctalk/make.bat
ctalk/makefile
ctalk/makefile.mvc
ctalk/memmgr.cpp
ctalk/memmgr.h
ctalk/Module.ctk
ctalk/msgbox.ctk
ctalk/msgbox1.ctk
ctalk/msgbox2.ctk
ctalk/mydll.cpp
ctalk/mydll.ctk
ctalk/mymodule.ctk
ctalk/parser.y
ctalk/scanner.cpp
ctalk/scanner.h
ctalk/stdtp.h
ctalk/sync.cpp
ctalk/sync.h
ctalk/syslib.cpp
ctalk/Tasks.ctk
ctalk/Test.ctk
ctalk/trampoline.h