8 ms·
Favorite part is how he mixes the register allocator with a chain of seds. I did something similar with a youtube downloader I wrote, using a long chain of sed
by gwu78 9y ago
Favorite part is how he mixes the register allocator with a chain of seds.
I did something similar with a youtube downloader I wrote, using a long chain of seds. It is not as beautiful as Python but it is smaller and faster.
When I shared it with HN the youtube-dl author called it "unmaintainable". By who? I have had no problems maintaining it. :)