Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

c-talk

< >

c-talk is a programming language created in 1999 by Konstantin Knizhnik.

#2701on PLDB 25Years Old
Homepage

C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector.


Example from the web:
CtkObject myPrimitive(int nArgs, CtkObject* args) { char* s; ctk_integer i; ctk_real r; CtkObject o; ctkParseArguments(nArgs, args, "siro", &s, &i, &r, &o); ... }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll