in reply to Re^2: Seek one liner for distributing an integer
in thread Seek one liner for distributing an integer

Apparently, map + regexps can do anything!
I'm pretty sure perl's flavor of regular expressions are turing complete, so you could do it all without the map. (I guess that would make them trans-regular expressions. Anyone got a better name?)


-- All code is 100% tested and functional unless otherwise noted.
  • Comment on Re^3: Seek one liner for distributing an integer

Replies are listed 'Best First'.
Re^4: Seek one liner for distributing an integer
by ikegami (Patriarch) on Sep 22, 2004 at 16:19 UTC
    Is "I'm pretty sure perl's flavor of regular expressions are turing complete" a challenge? :)