diff options
author | Eduardo Julian | 2021-07-22 01:16:40 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-22 01:16:40 -0400 |
commit | 51a5c28b0f9efd514e3fae7c2634fd5e9bd714e2 (patch) | |
tree | cbd24da4230577ef5bbf66161cb825216d924ba5 /documentation | |
parent | 461a6ce673de9b2c3d77714c4884c2a316fe7e8f (diff) |
New JVM compiler can now compile JVM classes.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/music.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/type_driven.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/documentation/bookmark/music.md b/documentation/bookmark/music.md index e68491b50..1e3bba2c5 100644 --- a/documentation/bookmark/music.md +++ b/documentation/bookmark/music.md @@ -1,3 +1,7 @@ +# Language + +1. [alda: Alda is a text-based programming language for music composition. It allows you to write and play back music using only a text editor and the command line.](https://alda.io/) + # Async music 1. [async music](https://async.art/music) diff --git a/documentation/bookmark/type_driven.md b/documentation/bookmark/type_driven.md new file mode 100644 index 000000000..22d99998e --- /dev/null +++ b/documentation/bookmark/type_driven.md @@ -0,0 +1,4 @@ +# Reference + +1. [Deltoid](https://github.com/jjpe/deltoid) + |