mimium icon indicating copy to clipboard operation
mimium copied to clipboard

a main development branch has been moved to ->

Results 5 mimium issues
Sort by recently updated
recently updated
newest added

```rust delay(input,MaxSamples) ```

enhancement
compiler
language

To expand a task scheduler's capability

enhancement
runtime

**Describe the bug** can not return a local function that contains free variables. This makes impossible to create a factory function pattern. **To Reproduce** **Expected behavior** **Screenshots** **Desktop (please complete...

bug
compiler

for supporting multichannel dsp expression ```rust fn sample(a:float,b:float)->(float,float){ //something } //this is equivalent to sample(a,b) // (a,b) |> sample ```

enhancement
language