Hadron SuperCollider Language
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

SCLang Evolution Plans

How Hadron Plans to Support SuperCollider Language Evolution Note: this is an early draft published for feedback. Additional content to come as I gain confidence in the material. Code of Conduct Hadron will define a separate CoC from the SuperCollider CoC, and enforce it in all fora. I’m looking for input on the CoC, please get in touch if you’d like to help define it. Governance Hadron maintains a benevolent dictator for life governance model with Lucile Rose Nihlen.
Read full post gdoc_arrow_right_alt

Modular Class Library Proposal

tl;dr Here I will propose a reorganization of the SuperCollider class library, the large body of code (roughly 74k lines) that is distributed with every build of SuperCollider and managed in the primary SuperCollider repository under the SCClassLibrary directory. I propose to break the existing SuperCollider class library into several interdependent modules, each organized into one of three layers. The Core consists only of classes that define fundamental types, like Integer or Symbol, and services essential to the interpreter like Interpreter, Class, or Method.
Read full post gdoc_arrow_right_alt