-4
In this polyglot challenge, you will work together to figure out how to output all the 26 letters of the English alphabet!
How does this work?
For each answer, you must pick a new language (or a new major version of a language, for example, python 2 and python 3 are counted separately) that prints the next letter after the previous one.
Example of an answer.
Python 3 (Letter a):
print("a")
Other rules.
- All letters are in lowercase.
- Language must be Turing complete.
- The same person cannot post twice in a row.
- If an answer is found to be invalid it must be deleted.
- Two users who post "at the same time" will have to let the earlier submission stand.
- The same language must not be posted more than once.
- Once we were done we keep going and start back at a.
- It should print in all previous languages what it did in their original challenge
More things:
- Set the sorting to oldest so this post works well.
- Try not to make it impossible for the other person or else your post may be set as invalid.
Remember, GRUB shell is turning complete
– Stephen – 2017-09-27T00:36:02.3201what happens after
z
– HyperNeutrino – 2017-09-27T00:40:03.913You need to go off the previous answer... And I fixed that other problem @DJMcMayhem – arodebaugh – 2017-09-27T00:46:56.613
It feels like you wanted to make this a polyglot
– MildlyMilquetoast – 2017-09-27T00:46:56.723Yes @MistahFiggins sorry – arodebaugh – 2017-09-27T00:47:31.820
I fixed the post I am sorry about the confusion – arodebaugh – 2017-09-27T00:48:42.510
2
I suggest mentioning that it should print in all previous languages what it did in their original challenge. If that is what you meant, this is a duplicate of https://codegolf.stackexchange.com/questions/102370/add-a-language-to-a-polyglot.
– Khuldraeseth na'Barya – 2017-09-27T00:51:01.100@Scrooble Thanks... and it is not... that is numbers this is letters – arodebaugh – 2017-09-27T00:52:19.913
@arodebaugh It's really just the same task; it doesn't add anything interesting to that challenge – HyperNeutrino – 2017-09-27T00:53:32.103
@arodebaugh It is the same challenge, with slightly different output and a shorter lifespan. Aargh, you beat me to it, HyperNeutrino. – Khuldraeseth na'Barya – 2017-09-27T00:55:07.707
I hate this website! Why is everyone so picky. I am sorry if I am rude but I am a young programmer (16) and whenever I post anything on any of these sites I always get criticized for something and they never try to answer my question. Maybe I do this site wrong but it should be easy. This site and stack overflow – arodebaugh – 2017-09-27T00:56:22.297
You might want to use the sandbox before you post a challenge next time. It helps you get feedback so that you don't have to edit the question a bunch when it gets to main. Sorry you feel that way :/
– MildlyMilquetoast – 2017-09-27T00:56:42.263I think rule 8 clears it up the chaining confusion, but I would agree that it is a (near) duplicate of the other linked question. – Tahg – 2017-09-27T00:59:42.983
2@arodebaugh I would recommend you start with asking code-golf questions because they are usually the easiest to think of a unique idea for, specify, etc. answer-chaining is a bit harder to write and by all means avoid popularity-contests for your first while here because few have succeeded in that graveyard of closed questions :P Try using the sandbox, reading the help center, and asking in chat; we're happy to help new users get used to our system! As for SO... just read the help center :P – HyperNeutrino – 2017-09-27T01:16:33.727
Any particular reason for the requirement of Turing completeness? That just excludes languages like Nhohnhehr that could otherwise take part in the challenge.
– Potato44 – 2017-09-28T04:51:51.660@Potato44 I mean some people argue that a programming language has to be turning complete "to be real" so I was just basing it off of that – arodebaugh – 2017-09-28T10:46:10.367