/LiveCode

Live Code on the Console

Primary LanguageC#GNU General Public License v2.0GPL-2.0

LiveCode

Live Code on the Console. More information can be found at my german website.

It is written in C# and provides a simple educational IDE for learning the C# programming language. One part of the screen shows the source, while the other shows output of the program. Changes in the sources code become visible in the ouput immediately.

+---------------------------------+----------+
|                                 |          |
| for(int i = 0; i < 3; i++)  {   | Hi 0     |
|     Console.WriteLine("Hi "+i); | Hi 1     |
| }                               | Hi 2     |
|                                 |          |
+---------------------------------+----------+

Download

The current Version can be downloaded either as portable version LC-portable.zip or setup version LC-setup.zip. For the portable version, just extract the ZIP-Archive an run LiveCodeKonsole.exe.