-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for bigdecimals #367
Comments
Uh, Polygolf only has integers so I'm a bit confused by what you'd use these for. |
Yet. It will have floats eventually, right? And bigdecimals are useful for constant holes. But I suppose we could do without them |
Me and Jared didn't plan to add them. How do you compile to languages that only have ints? |
It won't compile, just like languages without bigints won't compile when you use them. |
I kinda wanted to support bigint emulation but supporting float/decimal emulation seems like a while another league. |
Clojure has these (
2M
), Python (with a long import), and other langs we haven't added yet.The text was updated successfully, but these errors were encountered: