|
|
|
|
|
by afandian
4632 days ago
|
|
Go already has the equivalent of assert, this new library is a reaction to it not being [insert problem here] enough. The equivalent in Python would actually be building up a whole AST-style object tree full of expressions, and then executing it. |
|