-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't use bigint as count for repeat #55
Comments
I've been looking into this issue. Here's what I got so far:
A way of going around this issue would be to use something like I have a working solution based on these points, but I recognize that it's an ugly hack. Let me know your thoughts. |
Thanks for taking a look! I'm afk right now so I may be mistaken on some of this, but I think the ideal solve here is a dedicated Go implementation of Repeat for BigInt that supports the arbitrarily large count that it implies. When in doubt, refer to clojure's source for this: both core.clj and the core Java classes. |
Looks like my memory on this was dodgy re Clojure's support for Repeat, and you're probably on the right track here! |
Actual
Expected
The text was updated successfully, but these errors were encountered: