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

UUID generation via Fresh effect #60

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spacekitteh
Copy link
Contributor

No description provided.

@KingoftheHomeless
Copy link
Collaborator

uuid is a very heavy dependency for such a simple interpreter that users can roll on their own. Is there a motivating reason to support uuid? Unless you can convince me that it's worth it, I'm unwilling to merge this in.

@spacekitteh
Copy link
Contributor Author

I honestly just used uuid because I couldn't be bothered copying the random generation code and using uuid-types (?) instead. The default RNG doesn't provide enough randomness, so it has to mess about with bit shifting and the like.

But you're right, it is a very simple interpreter that a user can easily roll on their own - I guess I kinda viewed polysemy-zoo as a "batteries included" lib?

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.

2 participants