Skip to main content
added 10 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

Brainf**k, 17 bytes, Thisthis interpreter

+++++++++++++++<< 

Brainf**k is such a simple language that almost every interpreter has a different error message. This one uses Memory Error: -1 for when the pointer is moved to the left too much and you attempt another operation

Brainf**k, This interpreter

+++++++++++++++<< 

Brainf**k is such a simple language that almost every interpreter has a different error message. This one uses Memory Error: -1 for when the pointer is moved to the left too much and you attempt another operation

Brainf**k, 17 bytes, this interpreter

+++++++++++++++<< 

Brainf**k is such a simple language that almost every interpreter has a different error message. This one uses Memory Error: -1 for when the pointer is moved to the left too much and you attempt another operation

Source Link
hyperneutrino
  • 42.8k
  • 5
  • 72
  • 227

Brainf**k, This interpreter

+++++++++++++++<< 

Brainf**k is such a simple language that almost every interpreter has a different error message. This one uses Memory Error: -1 for when the pointer is moved to the left too much and you attempt another operation