DocScript
...is a simple procedural programming language, with...
Real-time multi-client distributed "execution sessions"
Numeric literals in any base
Built-in remote code-execution (DS-Remoting)
Compilation to standalone .NET exes (DS-Compilation)
A capability to pipe separate interpretation stages into one another.
Watch the "DocScript in 3 Minutes" YouTube Video!
https://www.youtube.com/watch?v=ybl5pVSJOOk
Start using DocScript in the next few seconds: open cmd, and run...
curl https://raw.githubusercontent.com/BenMullan/DocScript/master/_Resources/DS-QuickSetup.cmd | cmd
TVE is a programming language which i create his first working version in 3 days (around 3500 lines of code)
I was going to write it with C#, but after i decided to write it with VB.NET to make it easier for novice developers to change the source code.
TVE is a mix of "Command languages" & "programming languages", you can use it for scripting like : AHK (auto hot key), use it for making applications like windows forms using his integrated library of objects
You can Download it...