announcements

ru 2026-01-16T10:22:12.300769Z

Hi, A minimalistic integrated development environment for the Clojure programming language. Home:https://github.com/rururu/ClojureMiniIDE Special Features: 1. Program. In Clojure, there's no concept of a "program"; there's only the concept of a "namespace". These aren't quite the same thing. A given task typically requires multiple namespaces. ClojureMiniIDE defines a program as an ordered sequence of namespaces. The order is determined by the order in which namespaces must be loaded, as this is essential for program operation. A special button is available for automatically loading a program. 2. Separate windows for functions and other program elements. This allows you to simultaneously edit multiple functions on the screen, from different namespaces, and only those needed at the moment. The automatic loading button simultaneously composes ("builds") various namespaces from all open and possibly modified elements, saves them, and loads them in the desired order. Version 0.2.0: Improvement features of Clojure editor: - Dark and Light themes, - font size change, - pair parens highlight, - parens balance check, - search through code, - cursor coordinates. Enjoy! Sincerely, Ru

👀 10
😎 1
plexus 2026-01-16T10:46:42.970229Z

Not a full library but more a proof of concept, for how to use SuperSonic from ClojureScript. SuperSonic is a WASM port of SuperCollider, the sound synthesis engine underlying Overtone and Sonic Pi. Code: https://github.com/plexus/supersonic-cljs-demo Demo: https://arnebrasseur.net/supersonic-cljs/ (for mobile safari, turn off silent mode or you won't get any sound)

11
3
2
🆒 3
🎸 5
🎹 6
🤘 7
2026-01-31T11:52:42.553899Z

Cool! Does that mean I could do live coding in the browser? No more jack setup hassle?

pez 2026-01-16T11:52:09.628769Z

🤯 So cool!

neumann 2026-01-16T16:16:39.094809Z

Fun too!

Casey 2026-01-16T16:42:48.792049Z

haha you made my kid's afternoon with that demo

❤️ 2
😂 2
Coby Tamayo 2026-01-17T04:37:22.025269Z

wow this is really fun!! moving around quartal-wise (???) I unlocked how Tortoise write basically all of their melodies 😂

😄 1