Remix.run Logo
01HNNWZ0MV43FF 2 days ago

I think they mean that Common Lisp has bigints by default

ryukafalz 2 days ago | parent [-]

As do Scheme and most other Lisps I'm familiar with, and integers/floats are typically specified to be distinct. I think we'd all be better off if that were true of JSON as well.

I'd be happy to use s-expressions instead :) Though to GP's point, I suppose we might then end up with JS s-expression parsers that still treat ints and floats interchangeably.

petre a day ago | parent [-]

And in addition to that are unable to distingush between a string "42" and a number 42.