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.

Required fields*

6
  • \$\begingroup\$ I think you should add instruction to convert numeric input to unary string, and instruction to convert unary string back to numeric input. The conversion with pure regex is cool but far too clunky. \$\endgroup\$ Commented Apr 6, 2015 at 10:10
  • 8
    \$\begingroup\$ +1 I was pretty sure 2015 submission would be a language for CodeGolf use. \$\endgroup\$ Commented Apr 6, 2015 at 10:31
  • \$\begingroup\$ @n̴̖̋h̷͉̃a̷̭̿h̸̡̅ẗ̵̨́d̷̰̀ĥ̷̳ I was considering that earlier. I think for most code golfs, I'd probably just take Unary input (unless the challenge explicitly specifies "decimal" or something...). I thought about doing the same for this, but this is not a code golf, and I wanted to show that I can handle decimal input and output as well. \$\endgroup\$ Commented Apr 6, 2015 at 18:03
  • 6
    \$\begingroup\$ Excellent work. Retina is really cool. And as an aside, it's also really cool seeing the diamond next to your name! :) \$\endgroup\$ Commented Apr 6, 2015 at 20:08
  • \$\begingroup\$ Funny that although old languages are favored in this competition, this most youngest one is still winning =) \$\endgroup\$ Commented Apr 29, 2015 at 3:55