AgentElement / functional-supercollider

A high-performance lambda calculus synthesis engine, built upon Walter Fontana's Algorithmic Chemistry (AlChemy)
GNU General Public License v3.0
1 stars 2 forks source link

Implement generators #2

Open colemathis opened 4 months ago

colemathis commented 4 months ago

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.

colemathis commented 4 months ago

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

colemathis commented 4 months ago

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