Help with Streaming and Chunk Processing for Large JSON Data (60 GB) from Kenna API
Keith Thompson
Keith.S.Thompson+u at gmail.com
Mon Sep 30 21:48:02 EDT 2024
2QdxY4RzWzUUiLuE at potatochowder.com writes:
[...]
> In Common Lisp, you can write integers as #nnR[digits], where nn is the
> decimal representation of the base (possibly without a leading zero),
> the # and the R are literal characters, and the digits are written in
> the intended base. So the input #16fFFFF is read as the integer 65535.
Typo: You meant #16RFFFF, not #16fFFFF.
--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u at gmail.com
void Void(void) { Void(); } /* The recursive call of the void */
More information about the Python-list
mailing list