uiua 0.18.1

A stack-based array programming language
Documentation
1
2
3
4
5
6
7
# A basic example of using the `&ast` system function to synthesize audio
&ast(
  ⊃(⊸(×2+1⌊◿2)×1.5 # Modulation frequency
  | ±∿×π×110       # Square wave
  )
  ×0.2∿×π×× # Apply modulation
)