Talk:Byte Syze

From Esolang
Jump to navigation Jump to search

Why is the program size limitation a consequence of the lack of distinction between the code space and the data space? If this is not the case, then the sentence should be changed to clarify. wildhalcyon 13:56, 16 November 2007 (UTC)

It isn't. That statement was meant as a consequence of the two preceding statements. But really, it's a consequence of the instruction register (program counter) being only one byte. I'll rearrange it a bit to be clearer. -- Smjg 15:41, 16 November 2007 (UTC)

This seems like it could be a pretty fun language to make into a virtual machine around, specifically one used to make simulated physical computers inside video games. I guess I'll see if I can do that if I ever make such a game. Also, the binary distribution of the language hasn't been working for me. It doesn't give any errors, it just ends seemingly without doing anything, not even printing "Hello World!" when given the example program. --MDude 00:49, 27 August 2011 (UTC)

I'm confused too - especially on finding that the exe in there is only 708 bytes when the real one is 42K. But I've just uploaded one that should work. Good luck with this virtual machine project. -- Smjg 19:29, 28 August 2011 (UTC)