Our task is to, for each letter of the (English) alphabet, write a program that prints the alphabet, in a language whose name starts with that letter.
Input: none
Output:
abcdefghijklmnopqrstuvwxyz
(trailing newline optional)
Rules:
- The scoring metric is the length of the programming language name, plus the length of the code. Hence, C will be assessed a "penalty" of 1, while GolfScript will be assessed a penalty of 10.
- One language/implementation per answer. Multiple answers are encouraged.
- The programming language should have existed prior to the writing of this post, on this eighteenth of April 2011.
- If a programming language name's first letter is not an English letter, it should not be coerced into one. It will be treated as a separate letter (meaning less competition).
- No answer will be accepted until every English letter has a solution.
Current rankings:
- APL: 17
- Bash: 25
- C: 35
- dc: 19
- E: 29
- False: 22
- Golfscript: 18
- Haskell: 28
- Inform 6: 47
- J: 15
- K: 13
- Logo: 30
- Matlab: 24
- newLISP: 42
- Owl: 14
- Perl: 14
- QBasic: 35
- Ruby: 19
- Scala: 21
- Tcl: 36
- Unicon: 56
- VBA: 37
- Wake: 37
- Xtal: 35
- Yoix: 48
- Zsh: 38
Tell me if I'm missing anybody.



