Very interesting idea!<p>For others, here's what I understood from the About page: the "synthesizer" is not a musical one, it's algorithmic. You give examples of inputs and outputs you want, and it "synthesizes" a pipeline of shell command(s) to make that transformation.<p>Example:<p>Input: 1,2,3<p>Output: 123<p>Result:<p><pre><code> # 1. Delete occurrences of ",".
tr -d ,</code></pre>