Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pintman/livecode
Live Code on the Console
https://github.com/pintman/livecode
Last synced: 27 days ago
JSON representation
Live Code on the Console
- Host: GitHub
- URL: https://github.com/pintman/livecode
- Owner: pintman
- License: gpl-2.0
- Created: 2015-01-05T15:02:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T09:40:23.000Z (about 9 years ago)
- Last Synced: 2023-04-03T18:21:07.446Z (over 1 year ago)
- Language: C#
- Homepage: https://www.bakera.de/dokuwiki/doku.php/schule/live_coding
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LiveCode
========Live Code on the Console. More information can be found at my [german website](https://www.bakera.de/dokuwiki/doku.php/schule/live_coding).
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](https://github.com/pintman/LiveCode/blob/master/LiveCodeKonsole/publish/LC-portable.zip?raw=true)
or setup version
[LC-setup.zip](https://github.com/pintman/LiveCode/blob/master/LiveCodeKonsole/publish/LC-setup.zip?raw=true). For
the portable version, just extract the ZIP-Archive an run LiveCodeKonsole.exe.