Talk:HelloWorld

From Esolang
Jump to navigation Jump to search

You know, I would make an interpreter, If I had a language specification. --(this comment by 142.177.181.211 at 17:32, 18 August 2008 UTC; please sign your comments with ~~~~)

Well, we know some things about it. First, we know that it is impossible to write Hello World! in it. This gives us some very specific knowledge about how I/O works in it, assuming that it is Turing-complete. The I/O must have one of the following properties:

-It is not interactive. That is, "output" is merely the resulting state of a halted program. The final "outputting" operation is not done if the resulting state of the program is "Hello World!"

Or:

-Every string that is output is automatically followed by a newline or some other interfering character, and, when asked to print the string "Hello World!" the interpreter treats the output command as a NOP.

Also, we know the names of the instructions, which imply: 1) There are three different instructions named "l" and 2) There are two different instructions named "o," so 3) Instructions are differentiated not just by name, but also by context, in order to resolve ambiguity.

Combined with the few other details we have, we have a basic specification. Fill in the missing info yourself--Quintopia 02:10, 2 October 2008 (UTC)

I think the “l” and “o” may be repeated only to show the origin of the letters. Orisphera (talk) 10:17, 14 February 2021 (UTC)

There is another way, which is that it cannot do ASCII I/O, only numeric output is possible. Which also means you cannot write "Hello World!" with it. --Zzo38 01:37, 28 November 2010 (UTC)

Why is it that 20% of interpreters on this wiki have "been under development" for five years? --LegionMammal978 (talk) 12:27, 3 December 2015 (UTC)

Y’know there’s not a lot of information on this language, but it seems like its within my skillset to make an interpreter so, here I go haha. --Sanscicondos (talk) 13:52, 13 May 2021 (UTC)

Add More

Please add more details on how the language works.

If it’s alright for me to, I’d like to maybe to do some expanding on the language seeing as it’s pretty abandoned. 𝕾𝖆𝖓𝖘𝖈𝖎𝖈𝖔𝖓𝖉𝖔𝖘 (𝐓𝐚𝐥𝐤) 17:33, 11 August 2021 (UTC)