staab / janet-pqutils

A utility library for Janet and janet-pq.
MIT License
8 stars 0 forks source link

Use s64 or u64 for types that won't fit into a float. #9

Closed andrewchambers closed 4 years ago

andrewchambers commented 4 years ago

I think when reading a serial or big serial for example, it might be better to use s64 than a plain janet number for correctness sake.