Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Each instrument is a self-contained `.atto` program that defines its Functionali

<img width="3840" height="2088" alt="nanolang" src="https://github.com/nilware-io/orgasm/blob/main/docs/nanolang.png" />

Listen to the [introductory podcast](docs/podcasts/introducing-orgasm.md) — *Growing Instruments with the Organic Assembler* ([SoundCloud](https://soundcloud.com/poiitidis/growing-instruments-with-the), [YouTube](https://youtu.be/ymzuD-oekFM)).

See an [example instrument](scenes/klavier/main.atto) and the full [language specification](docs/attolang.md).

Expand Down
8 changes: 8 additions & 0 deletions docs/podcasts/introducing-orgasm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Growing Instruments with the Organic Assembler

https://soundcloud.com/poiitidis/growing-instruments-with-the
https://youtu.be/ymzuD-oekFM
Comment on lines +3 to +4
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The podcast links are currently bare URLs, which is less readable and inconsistent with how links are presented elsewhere (e.g., the README uses labeled Markdown links). Consider converting these to labeled Markdown links (e.g., "SoundCloud" / "YouTube") for clarity and consistent rendering.

Suggested change
https://soundcloud.com/poiitidis/growing-instruments-with-the
https://youtu.be/ymzuD-oekFM
[SoundCloud](https://soundcloud.com/poiitidis/growing-instruments-with-the)
[YouTube](https://youtu.be/ymzuD-oekFM)

Copilot uses AI. Check for mistakes.

A podcast introducing the Organic Assembler — an Operating System for Instruments. Covers the core metaphor, attolang's type system, the bang chain, bidirectional type inference, the four subsystems, and the design philosophy behind the project.

Generated via NotebookLM from [the source notes](notes/introducing-orgasm.md).
Loading
Loading