The pp package is excellent for colorized debug printing.
I suggest adopting this as #dp method for Goby's debug printing.
I suppose implementing Class#dp will be very easy: just adding one wrapper function in Golang is sufficient, which would also let exploring Goby much more fun.
*Looks good for upcoming Goby-contributors' first play. Feel free to try this!
https://github.com/k0kubun/pp
The
pp
package is excellent for colorized debug printing. I suggest adopting this as#dp
method for Goby's debug printing.I suppose implementing
Class#dp
will be very easy: just adding one wrapper function in Golang is sufficient, which would also let exploring Goby much more fun.*Looks good for upcoming Goby-contributors' first play. Feel free to try this!
Thanks,