You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I read the edn spec, it does not provide functionality for NaNs or other non-finite floats. This is a drawback already in formats such as JSON. I think there should be a way to fully en- and decode valid floating point values of the IEEE standard, otherwise people would need to refer to using nil or other good old times ways of encoding these (like -9999, etc.).
The text was updated successfully, but these errors were encountered:
As I read the edn spec, it does not provide functionality for NaNs or other non-finite floats. This is a drawback already in formats such as JSON. I think there should be a way to fully en- and decode valid floating point values of the IEEE standard, otherwise people would need to refer to using
nil
or other good old times ways of encoding these (like -9999, etc.).The text was updated successfully, but these errors were encountered: