Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow floats to end in point, like clojure #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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