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:Inline
Jump to navigation
Jump to search
Thoughts while writing an implementation:
- The example programs lack use of many things, such as all the math operators besides increment/decrement
- There's no real explanation of what 'nesting' means wrt to comments & :m/:r. I'm currently skipping :m but I assume it's limited to using the first 256 bytes as usable in creating multiple layers of indirection? It also implies that registers are somewhat addressable by index
- The example brainfuck interpreter has 2 cases of numbers without suffix: [200] & (!0)