Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Compileraと aの主な違いは何Transpilerですか? 両方の例をいくつか教えてください。
Compiler
Transpiler
トランスパイラー
ある言語のソース コードを別の言語のソース コードに変換するソフトウェア。たとえば、CoffeeScript、Caffeine、Kaffeine、およびその他の 20 以上の言語が JavaScript にトランスパイルされています。
コンパイラ は通常、直接使用可能なアーティファクト (ある種の実行可能バイナリ) を生成します。例: C (バイナリを生成)、C# (バイトコードを生成)。