[obsidian] vault backup: 2025-01-07 16:07:12[
All checks were successful
Build / build (push) Successful in 5m17s

This commit is contained in:
2025-01-07 16:07:12 +09:00
parent 8e65e2ed88
commit b5022bad65
17 changed files with 99 additions and 27 deletions

View File

@ -3,8 +3,16 @@ date: "2023-08-30T01:13:06+0900"
---
#programming-language #sound
Andrew Sorensenが作ったLispライブプログラミング環境。
[Extempore docs](https://extemporelang.github.io/)
[[Andrew Sorensen]]が作った[[LISP]]ベースのサイバーフィジカルプログラミング環境。
Schemeと、Scheme上で実装されたDSLのxtlangの2つの言語を使う。
xtlangは静的型付けを要求する言語で、LLVMでJITコンパイルしてリアルタイムDSPができたりする。
xtlangは静的型付けを要求する言語で、[[LLVM]]でJITコンパイルしてリアルタイムDSPができたりする。
ただ、型アノテーションはポインタとかを全面的に使うので結構難しい
[GitHub - digego/extempore: A cyber-physical programming environment](https://github.com/digego/extempore)