Skip to main content
3 of 3
Commonmark migration

Factor, 118 113 bytes

This is an anonymous function.

[ >upper dup >array [ 1string 65 90 [a,b] [ 1string ] map dup reverse zip >hashtable at ] map "" join reverse = ] 

I don't know of a shorter way to generate an associative array of the alphabet :c

cat
  • 6.1k
  • 2
  • 27
  • 45