LISPコンパイラ
例文
She implemented a LISP compiler for her thesis.
彼女は卒業論文のためにLISPコンパイラを実装した。
コアイメージ
LISPコードを解析して別の言語や機械語に変換するプログラム
英英
A program that parses LISP programs and translates them into machine code, bytecode, or another programming language so the resulting code can be executed independently of the original source.
語源
LISP compilerは、LISPという言語名とcompilerが組み合わさって生まれた語で、LISPのソースを別の実行形式へ変換するという字義に基づく呼称である
コラム
- LISPは略称で大文字表記されることが多く実装名はLispやCommon Lispなど表記が分かれるため、文脈で言語名や実装を区別して扱う必要がある