Talk:Obfuscated

From Esolang
Jump to navigation Jump to search

Line length

In the Tutorial section, you stated that every line should be 30 characters long before obfuscation; in your example programs, however, the unobfuscated lines seem to be of length 31. Could you please confirm which section is correct? —User:PythonshellDebugwindow (talk) 15:48, 3 September 2023 (UTC)

Thank you for pointing out my mistake, the Tutorial section is correct and I've fixed the example programs. --None1 (talk) 10:43, 4 September 2023 (UTC)

It seems that you fixed the cat program and the truth machine again, Why are they previously wrong? --None1 (talk) 13:24, 5 September 2023 (UTC)

They used the plain OUT command, which has since been replaced by the OUT * command. —User:PythonshellDebugwindow (talk) 14:45, 5 September 2023 (UTC)

Request for a JavaScript interpreter

I need a JavaScript interpreter that:

  • Works well on a browser
  • Is a function, accepts two arguments: The first is the program, the second is the input, and returns the output

I'm asking because I want to use it in Interpret Esolangs Online. --None1 (talk) 11:48, 24 October 2023 (UTC)