This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-29
Channels
- # announcements (4)
- # babashka (38)
- # beginners (66)
- # calva (35)
- # cider (3)
- # clj-on-windows (19)
- # cljs-dev (2)
- # clojure (29)
- # clojure-europe (15)
- # clojure-norway (2)
- # clojurescript (43)
- # clr (7)
- # community-development (6)
- # events (3)
- # hoplon (5)
- # lsp (23)
- # malli (7)
- # matrix (9)
- # nbb (53)
- # off-topic (5)
- # overtone (1)
- # practicalli (2)
- # re-frame (6)
- # reagent (17)
- # reitit (11)
- # specter (5)
- # tools-build (7)
- # xtdb (22)
Hello everyone, just wanted to share a TidalCycles port (from Haskell) that I’ve been working on. TidalCycles is a pattern based live coding environment for music (although patterning other things is possible too).
The port is still a work in progress, as only about 10% of the API is covered, but I plan to continue working on it. PRs welcome !
However it is usable so if anyone is interested in trying it I’ve tried to document the repo as best as I could (installation and tooling wise). But feel free to DM me with any questions.
Demo: https://www.youtube.com/watch?v=7qNSjhMf_HU (Sound quality is not the best, clipped at some points and it’s not mastered, but seems good with headphones).
https://github.com/diegovdc/piratidal/
PS: forgive me for crossposting this on the #overtone channel.

Wow, interesting - I believe one of the authors of TidalCycles was helping us on the #C054YJBPBJ6 discord to debug our backend and publish their plug-in to the editor!
Yeah, they and the Hydra community were very keen on Atom, which actually worked great as live coding environment.
potion- Your enchanting companion for Clojure-CLR. This magical tool streamlines your programming journey, making Clojure-CLR effortlessly accessible and remarkably efficient. Experience the alchemy of code with Potion!
• Loads all your dependencies specified in .csproj
- no more manually loading Assemblies!
• potion repl
-- starts an nrepl server
• potion test
-- runs all tests in the test
directory
⚠️ Early days - May not work on OSX, Windows - only tested on Linux, requires .NET 3.1 or higher. Bugs expected.
#clr
https://github.com/Dangercoder/potion
