Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • \$\begingroup\$ Nice! Very clever arithmetic. The simplest approach that uses |. (Shift) is 8 bytes longer! (i.26)(|."0 _)u:65+i.26 \$\endgroup\$ Commented Jul 30, 2016 at 18:55
  • 1
    \$\begingroup\$ @dahnoak You can shorten it to 16 bytes u:65+1&|.^:]i.26 since the power adverbs tracks previous results if given a list. \$\endgroup\$ Commented Jul 30, 2016 at 22:53
  • 1
    \$\begingroup\$ @miles Nice, my approach using |. is 17 bytes: u:65+|."0 1/~i.26 (still using /~) \$\endgroup\$ Commented Jul 30, 2016 at 23:04
  • 1
    \$\begingroup\$ @LeakyNun Another 17 byte approach is u:65+(|./~,.)i.26. I got rid of the rank by using a hook and ,. to columnize the range but it ended up the same length. \$\endgroup\$ Commented Jul 30, 2016 at 23:19
  • \$\begingroup\$ don't you know if I can find the source code of tryj.tk somewhere? I couldn't find any info neither about it neither about the author (f211) \$\endgroup\$ Commented Aug 5, 2016 at 11:27