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

Implement generators #2

Open
colemathis opened this issue Jul 9, 2024 · 2 comments
Open

Implement generators #2

colemathis opened this issue Jul 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@colemathis
Copy link

We have at least two different generators we want to explore. These should be implemented in the library.

Each generator should be able to produce N unique lambda expressions.

@AgentElement AgentElement added the enhancement New feature or request label Jul 23, 2024
@colemathis
Copy link
Author

This can be done in Python for now. We can just rip https://github.com/AgentElement/lambda-btree and put it in here

@colemathis
Copy link
Author

The above code needs to be modified to be able to generate unique expressions for each method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants