zwirn: a live coding language for playing with nested functions of time

[ gpl, language, library, program, sound ] [ Propose Tags ] [ Report a vulnerability ]

zwirn is a live coding language for playing with nested functions of time, which trigger the sending of osc-messages. it's syntax is inspired by TidalCycles' mini-notation and its API for manipulating patterns.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.2.0, 0.2.2.1
Dependencies aeson (>=2.2.3 && <2.2.4), array (>=0.5 && <0.6), base (>=4.14 && <4.22), bytestring (>=0.12.1 && <0.13), conferer (>=1.1 && <1.2), conferer-yaml (>=1.1 && <1.2), containers (>=0.6.8 && <0.8), directory (>=1.3.9 && <1.4), easyplot (>=1 && <1.1), exceptions (>=0.10.9 && <0.11), file-io (>=0.1.5 && <0.1.6), filepath (>=1.5.4 && <1.5.5), haskeline (>=0.8.4 && <0.9), hmt (>=0.20 && <0.21), hosc (>=0.21.1 && <0.22), lens (>=5.3 && <5.3.6), lsp (>=2.7 && <2.7.1), mtl (>=2.3 && <2.4), network (>=3.2.7 && <3.3), prettyprinter (>=1.7 && <1.8), pure-noise (>=0.1.0.1 && <0.2), random (>=1.2 && <1.4), stm (>=2.5 && <2.6), text (>=2 && <2.2), text-rope (>=0.3 && <0.4), tidal-link (>=1.1 && <1.2), utf8-string (>=1.0.2 && <1.1), zwirn [details]
Tested with ghc ==9.12.2, ghc ==9.6.7
License GPL-3.0-only
Copyright Martin Gius
Author Martin Gius
Maintainer Martin Gius
Uploaded by MartinGius at 2026-04-07T08:51:19Z
Category Language, Sound
Source repo head: git clone https://codeberg.org/uzu/zwirn/
Executables zwirn-docs, zwirn-plot, zwirnzi
Downloads 53 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-04-07 [all 1 reports]

Readme for zwirn-0.2.2.1

[back to package description]

🧶🧵🧶 zwirn 🧶🧵🧶

zwirn is a live coding language for playing with nested functions of time.

Inspiration

zwirn is an experiment in making the pattern language TidalCycles into a small functional language of it's own. while zwirn's internals are quite different from Tidal's, zwirns design owes almost everything to tidals design by Alex McLean.

the internal representation of signals of time was implemented together (and parallel) with Julian Rohrhuber, in an effort to port tidal to SuperCollider. This can be found in the zwirn-core sublibrary.

the implementation of the compiler is inspired by the excellent Write You a Haskell by Stephen Diehl.

Installing zwirn

See in the the wiki.

Documentation

documentation for zwirn is still in progress and available here, feel free to drop me a message if you have any questions.