Hacker News new | ask | show | jobs
by tonyle 3635 days ago
Pretty cool.

However, how can you call it 17 LOC and then put in a link to a "readable" version with 67 LOC on the same page.

2 comments

The 17 LOC version is still relatively readable for someone fluent in Red/Rebol, despite the tight vertical packing. I could have claimed 14 LOC using the minified version [1], but in such case, I couldn't have called it "readable" at all. ;-)

[1] https://gist.github.com/dockimbel/091cc787b366a3d88972b8cb9e...

I think the manually minified version was done for fun. A lot of programmers like to play this game. For me, the tiny version is fun to see, but not to read, so I'm glad he made the regular version available as well.

You make a good point, though, in that examples benefit from being readable.

Also, maybe it made you look. ;)