Polyglot the English Alphabet!

-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.

  1. All letters are in lowercase.
  2. Language must be Turing complete.
  3. The same person cannot post twice in a row.
  4. If an answer is found to be invalid it must be deleted.
  5. Two users who post "at the same time" will have to let the earlier submission stand.
  6. The same language must not be posted more than once.
  7. Once we were done we keep going and start back at a.
  8. It should print in all previous languages what it did in their original challenge

More things:

  1. Set the sorting to oldest so this post works well.
  2. Try not to make it impossible for the other person or else your post may be set as invalid.

arodebaugh

Posted 2017-09-27T00:22:23.833

Reputation: 577

Question was closed 2017-09-27T00:52:48.717

Remember, GRUB shell is turning complete

– Stephen – 2017-09-27T00:36:02.320

1what happens after z – HyperNeutrino – 2017-09-27T00:40:03.913

You 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.723

Yes @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.263

I 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

Answers

2

Mathematica, 1 byte ...............

a

J42161217

Posted 2017-09-27T00:22:23.833

Reputation: 15 931

The thing I love about CodeGolf is that I am always amazed about how much people manage to golf their code. I mean one byte? That must be magic! – Ian H. – 2017-09-27T06:40:52.307

2

Charcoal, 3 bytes

a⎚b

Try it online!

:P

totallyhuman

Posted 2017-09-27T00:22:23.833

Reputation: 15 378

You need to go off the previous answer – arodebaugh – 2017-09-27T00:45:23.677

@arodebaugh What? What does that mean? – totallyhuman – 2017-09-27T00:45:53.257

I fixed the post I am sorry about the confusion – arodebaugh – 2017-09-27T00:48:52.857

1Ok, does this fix it? – totallyhuman – 2017-09-27T01:09:04.167

Yep it does if it outputs a in Mathematica and b in charcoal. – arodebaugh – 2017-09-27T14:45:17.833

I'm not really sure this works...? – Erik the Outgolfer – 2017-09-28T13:07:03.307