Remix.run Logo
ec109685 2 hours ago

They wrap bash with python.

fulafel an hour ago | parent [-]

I 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'>