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

TScript

< >

TScript is an open source programming language created in 2012.

#4267on PLDB 12Years Old

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

View source

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