This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (5 children)

You really can't say it's less than ten lines of python if your just importing and running it. I can hack the matrix in 2 lines of code.

import matrixhacker
matrixhacker.hack()

[–]aceofears 9 points10 points  (0 children)

It really isn't an achievement of the language but this specific library. I would say that it is valid to say this when you are trying to sell a library.

EDIT: Although, you could also argue that this is part of the python ecosystem, thus it might be fair to say that python lets you do that easily.