←back to thread

-2000 Lines of code

(www.folklore.org)
502 points xeonmc | 1 comments | | HN request time: 0.222s | source
Show context
Scuds ◴[] No.44381825[source]
This being Lisa that's -2000 lines in 68k assembler. That's about as verbose as any real PL can ever get.

For what it's worth, here's quicksort in 5 lines of haskell https://stackoverflow.com/questions/7717691/why-is-the-minim...

replies(5): >>44382075 #>>44382858 #>>44383316 #>>44384752 #>>44386775 #
1. qsort ◴[] No.44382075[source]
Not true quicksort though :)

That's the problem with comparing lines of code: you're comparing apples and oranges. In this case you aren't even solving the same problem.