Talk:Inline

From Esolang
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)

Serprex (talk) 00:51, 16 December 2016 (UTC)