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

TScript

< >

TScript is an open source programming language created in 2012.

#4573on PLDB 12Years Old
Wikipedia

TScript is an object-oriented embeddable scripting language for C++ that supports hierarchical transient typed variables (TVariable). Its main design criterion is to create a scripting language that can interface with C++, transforming data and returning the result. This enables C++ applications to change their functionality after installation.. Read more on Wikipedia...


Example from Wikipedia:
function(){return error = -1;} public main(){ if(!function()){ if(error != -1) return error; } System::MessageBox(L"function executed correctly"); }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0