Talk:Stacky

From Esolang
Jump to navigation Jump to search

I was nervous to create this page. I'm writing a reference implementation in my free time. It'll be a JIT and it'll include a compiler to convert stacky source code to the obnoxious format the implementation will take as input, as well as a REPL to play with the actual language. The language is still in its early stages, so feel free to make suggestions. Braden (talk) 05:44, 5 August 2021 (UTC)

Stackyzi

This is what I'm choosing to call the un-encoded language. I'm not married to it. Braden (talk) 05:46, 5 August 2021 (UTC)

Undefined Behavior

there are some things I never specified, like what happens if the argument to ^ or # is a string, or what happens if the required e command is omitted.

Instances like these should be considered undefined behavior. E.g. choosing to crash or to jump 48 instructions ahead when encountering ^'0' are both technically valid interpretations