We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Talk:RubE On Conveyor Belts/Interpreter
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)