diff --git a/content/Coqの勉強.md b/content/Coqの勉強.md index 484536c9..d78f2b63 100644 --- a/content/Coqの勉強.md +++ b/content/Coqの勉強.md @@ -1,4 +1,4 @@ -#programming-language #memo #logic +#programminglanguage #memo #logic [[Coq]]を用いた定理証明支援の基礎 diff --git a/content/Extempore.md b/content/Extempore.md index 935d6735..20611e19 100644 --- a/content/Extempore.md +++ b/content/Extempore.md @@ -1,4 +1,4 @@ -#programming-language #sound +#programminglanguage #sound Andrew Sorensenが作ったLispライブプログラミング環境。 diff --git a/content/Faust.md b/content/Faust.md index 23b53963..4e636793 100644 --- a/content/Faust.md +++ b/content/Faust.md @@ -1,3 +1,3 @@ -#software #programming-language #sound +#software #programminglanguage #sound https://faust.grame.fr \ No newline at end of file diff --git a/content/Lua.md b/content/Lua.md index b8b412bb..0c0685c7 100644 --- a/content/Lua.md +++ b/content/Lua.md @@ -1,4 +1,4 @@ -#programming-language +#programminglanguage 軽量で埋め込みやすいスクリプティング言語。音楽用ソフトでは[[Reaper]]とかでも使われている。 diff --git a/content/MetaOCaml.md b/content/MetaOCaml.md index 849183e6..e2228b7f 100644 --- a/content/MetaOCaml.md +++ b/content/MetaOCaml.md @@ -1,4 +1,4 @@ -#programming-language #software #tools +#programminglanguage #software #tools マニュアル diff --git a/content/Rustでの評価文脈(環境)のRAIIっぽい実装.md b/content/Rustでの評価文脈(環境)のRAIIっぽい実装.md index 84dfc971..370a6949 100644 --- a/content/Rustでの評価文脈(環境)のRAIIっぽい実装.md +++ b/content/Rustでの評価文脈(環境)のRAIIっぽい実装.md @@ -1,4 +1,4 @@ -#programming-language #compiler-design +#programminglanguage #compiler-design [chumskyのチュートリアル](https://github.com/zesterer/chumsky/blob/main/tutorial.md)で、評価する関数の実装がライフタイム付きでこんな感じになってたの頭いいなと思ったので、RAIIにしたらもっとシンプルに見えるのではと思った diff --git a/content/The w-calculus a synchronous framework for the verified modelling of digital signal processing algorithms.md b/content/The w-calculus a synchronous framework for the verified modelling of digital signal processing algorithms.md index 2adf5723..9558f746 100644 --- a/content/The w-calculus a synchronous framework for the verified modelling of digital signal processing algorithms.md +++ b/content/The w-calculus a synchronous framework for the verified modelling of digital signal processing algorithms.md @@ -1,4 +1,4 @@ -#paper #programming-language +#paper #programminglanguage https://dl.acm.org/doi/10.1145/3471872.3472970 diff --git a/content/mimium新内部表現の構想.md b/content/mimium新内部表現の構想.md index 1cf5b981..15120c49 100644 --- a/content/mimium新内部表現の構想.md +++ b/content/mimium新内部表現の構想.md @@ -1,4 +1,4 @@ -#memo #mimium #programming-language +#memo #mimium #programminglanguage [[音楽プログラミング言語の形式化#mimium と 多段階計算]] diff --git a/content/otopoiesis.md b/content/otopoiesis.md index 181accf9..84b61673 100644 --- a/content/otopoiesis.md +++ b/content/otopoiesis.md @@ -1,5 +1,5 @@ -#programming-language #sound +#programminglanguage #sound https://github.com/tomoyanonymous/otopoiesis diff --git a/content/依存型.md b/content/依存型.md index 67b46081..3562b748 100644 --- a/content/依存型.md +++ b/content/依存型.md @@ -1,4 +1,4 @@ -#programming-language +#programminglanguage 項でインデックス付された型 diff --git a/content/多段階計算.md b/content/多段階計算.md index 60dee313..7c9364f1 100644 --- a/content/多段階計算.md +++ b/content/多段階計算.md @@ -1,4 +1,4 @@ - #programming-language + #programminglanguage メタプログラミングの技法の一種。[[MetaOCaml]]などが有名 diff --git a/content/竹内関数で音楽.md b/content/竹内関数で音楽.md index e5807e80..d6b82183 100644 --- a/content/竹内関数で音楽.md +++ b/content/竹内関数で音楽.md @@ -1,4 +1,4 @@ -#programming-language #music +#programminglanguage #music 再帰関数の実装のベンチマークなどでよく使われる竹内関数(たらい回し関数) diff --git a/content/継時再帰.md b/content/継時再帰.md index 565096c9..639b82fe 100644 --- a/content/継時再帰.md +++ b/content/継時再帰.md @@ -1,4 +1,4 @@ -#programming-language +#programminglanguage Temporal Recursionとも。 diff --git a/content/音楽プログラミング言語.md b/content/音楽プログラミング言語.md index 980ca252..d3fbb006 100644 --- a/content/音楽プログラミング言語.md +++ b/content/音楽プログラミング言語.md @@ -1,4 +1,4 @@ -#research #programming-language #sound +#research #programminglanguage #sound やっているプロジェクト diff --git a/content/音楽プログラミング言語の形式化.md b/content/音楽プログラミング言語の形式化.md index 1c2b790d..88d90fab 100644 --- a/content/音楽プログラミング言語の形式化.md +++ b/content/音楽プログラミング言語の形式化.md @@ -1,4 +1,4 @@ -#programming-language #research +#programminglanguage #research ## 先行例