エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Guile is... Mostly written in Scheme Also a 30 year old C library // API SCM scm_cons (SCM car, S... Guile is... Mostly written in Scheme Also a 30 year old C library // API SCM scm_cons (SCM car, SCM cdr); // Many third-party users SCM x = scm_cons (a, b); So the context for the whole effort is that Guile has this part of its implementation which is in C. It also exposes a lot of that implementation to users as an API. Putting the C into GC SCM x = scm_cons (a, b); Live objects: the roots, plus