Compare commits

..

4 Commits

Author SHA1 Message Date
SARTHAK SHISHODIA
4a2824dbc1 Merge e0d5ac11c6 into f43ee199a6 2025-01-30 15:17:39 -06:00
Shmavon Gazanchyan
f43ee199a6 Update README.md 2025-01-28 20:52:51 +00:00
Sammy Hori
3368c51540 Merge pull request #1562 from falcowinkler/patch-2
convert alda to go project
2025-01-28 20:52:39 +00:00
Falco Winkler
77e7bd4290 convert alda to go project
Alda is written in Go for the majority of the codebase.
2025-01-28 12:13:47 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,6 @@ If you would like to be guided through how to contribute to a repository on GitH
## Clojure
- [Alda](https://github.com/alda-lang/alda) _(label: low-hanging-fruit)_ <br> A music programming language for musicians. 🎶
- [Metabase](https://github.com/metabase/metabase) _(label: good first issue)_ <br> Open source business intelligence and analytics platform
## Dart
@@ -94,6 +93,7 @@ If you would like to be guided through how to contribute to a repository on GitH
## Go
- [Alda](https://github.com/alda-lang/alda) _(label: low-hanging-fruit)_ <br> A music programming language for musicians. 🎶
- [containerd](https://github.com/containerd/containerd) _(label: exp/beginner)_ <br> Industry-standard container runtime with an emphasis on simplicity, robustness and portability.
- [Docker/CLI](https://github.com/docker/cli) _(label: exp/beginner)_ <br> The Docker CLI
- [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) _(label: good first issue)_ <br> Provide efficient, stable and secure file distribution and image acceleration based on p2p technology

View File

@@ -171,7 +171,7 @@
"link": "https://github.com/alda-lang/alda",
"label": "low-hanging-fruit",
"technologies": [
"Clojure"
"Go"
],
"description": "A music programming language for musicians. 🎶"
},