REPL - Console Design
Last updated
Last updated
One thing that SkyLine aims to shoot for is a modern day design of doing things. Instead of sticking with standard REPL's that remain static and have no form of organization or direct commands, SkyLine aims to change that.
When you start typing using the REPL you will notice that for each line of code you enter a line count will be added followed by a box drawing character followed by the line of code. In other specific settings you can even color the code based on the syntax highlighting of the language. This design allows programmers to quickly and easily view what is wrong with their code. This design of the console really adds to things. A full program may look something like the one below.
When it comes to output, the code line will be skipped but will not reconnect when you type a new line, this design flaw will be fixed in the future but this was mainly done on purpose as well to better separate output from input.