what about the natural numbers? #388
zx9w
started this conversation in
Ideas and Proposals
Replies: 1 comment 2 replies
-
There's a Discord linked in the README. If you have concrete suggestions for an interface and how it relates to the standard library, I'm all ears. We have some unsigned numbers. We could make an unsigned integer pretty easily, but you won't get "nice" indicative pattern matching. If the natural number 1,000,000 is going to be represented as a nested structure proportional to the number's distance from zero, I'm not convinced it's useful in problems computers are good at solving. I'm also not convinced Haskell's choice of number design was "stupidity." What sort of information do you need to get started? How can I help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't mean to be snarky: https://www.youtube.com/watch?v=jFk1qpr1ytk
Fwict the stdlib doesn't have naturals so it is inheriting the stupidity of haskell. I'd be willing to contribute this if someone would give me some scaffold. If I'm wrong I'd be happy to hear it. Thanks for this wonderful project, do you have an irc channel?
Beta Was this translation helpful? Give feedback.
All reactions