problem-solving
problem-solving copied to clipboard
Data::Dump::Tree in Rakudo core
Feature request - please can we add Data::Dump::Tree to the rakudo core (or star) distribution? …
It's very nice power dd for more complex objects and seems to be widely used and stable. …
Or maybe '_'
Adding it to Rakudo Star feels like the best solution atm.
Or maybe
_
_ is intended for tiny utilities that can be implemented in < 70 lines. Data::Dump::Tree is currently implemented in 4,798 lines, so it doesn't seem like a great candidate for _ :grin: