Comment on Large integer precision error in Bash command output renderingparentComments−ec1096859moThey wrap bash with python.−fulafel9moI still suspect JS. It's much harder to shoot yourself in the foot with Python. Even if you use JSON: >>> json.loads('{"nr": 348555896224571969}') {'nr': 348555896224571969} >>> type(_['nr']) <class 'int'>−porridgeraisin9moTIL that in the python REPL `_` automatically has the previous expr's result. That's cool
Comments
They wrap bash with python.
I still suspect JS. It's much harder to shoot yourself in the foot with Python. Even if you use JSON:
TIL that in the python REPL `_` automatically has the previous expr's result. That's cool