Talk:RubE On Conveyor Belts/Interpreter

From Esolang
Jump to navigation Jump to search

Issue with small programs

Small programs (for example, the cat program) fail to run if the window is too small. This appears to be an issue related to SetConsoleScreenBufferSize, but I don't know C++, so I'm not sure how to fix this. Small programs also fail to clear the area around them in the console and cause visual glitches. --Eiim (talk) 15:48, 8 October 2020 (UTC)

Output

How is output supposed to be read? There's no live output string, I don't see a way for programs to terminate on their own, and doing a Ctrl+C to close them doesn't produce any output. --Eiim (talk) 15:48, 8 October 2020 (UTC) Note: I now see that there's a program.out file that output's supposed to go to, but it doesn't seem to work, at least not with the way it's written in the cat example or the default program. --Eiim (talk) 15:54, 8 October 2020 (UTC)