Skip to content

allow floats to end in point, like clojure#76

Open
robx wants to merge 1 commit intoedn-format:masterfrom
robx:patch-2
Open

allow floats to end in point, like clojure#76
robx wants to merge 1 commit intoedn-format:masterfrom
robx:patch-2

Conversation

@robx
Copy link

@robx robx commented Feb 22, 2018

This spec is currently at odds with the de facto spec that is the clojure implementation, in not allowing 1. as a floating point number.

Since clojure is unlikely to change here and EDN implementations in the wild seem to end up following clojure instead of this spec, it seems to be best to bring the spec in line with the clojure implementation.

$ clojure
Clojure 1.9.0
user=> 1.
1.0

@robx robx mentioned this pull request Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant