Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorikawa authored Nov 4, 2024
1 parent 7aafc3e commit 6238a80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,15 @@ Common Lisp は, クラス名に `-` を含まなければ `P` を, そうでな

そのほか興味深い:

<a href="https://github.com/seven1m/malcc/">seven1m/malcc: Mal (Make A Lisp) Compiler in C</a>
#### <a href="https://github.com/seven1m/malcc/">seven1m/malcc: Mal (Make A Lisp) Compiler in C</a>
Lisp を C言語にコンパイル。後は gcc でバイナリを作れる。

そのままではビルドに失敗する。`__malloc_hook` undeclared. 組み込みの tinycc を `dev` ブランチに切り替えてやれば動く。

出力されるCのソースは, それぞれの関数末尾で継続を返すスタイルになっている。

#### <a href="https://github.com/rui314/minilisp/">rui314/minilisp: A readable lisp in less than 1k lines of C</a>

1,000行に満たないのに GC 付き。すごい。


0 comments on commit 6238a80

Please sign in to comment.