[obsidian] vault backup: 2023-08-30 01:13:06

This commit is contained in:
2023-08-30 01:13:06 +09:00
parent 86ad9fdc21
commit e6c5f36164
4 changed files with 41 additions and 3 deletions

7
content/Extempore.md Normal file
View File

@ -0,0 +1,7 @@
#programming-language #sound
Andrew Sorensenが作ったLispライブプログラミング環境。
Schemeと、Scheme上で実装されたDSLのxtlangの2つの言語を使う。
xtlangは静的型付けを要求する言語で、LLVMでJITコンパイルしてリアルタイムDSPができたりする。