Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

c-talk

< >

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

#2934on PLDB 25Years Old


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); ... }

View source

- Build the next great programming language About Acknowledgements Extensions Day 626 feedback@pldb.io