1. https://blog.csdn.net/napolunyishi/article/details/20473799
  2. https://www.stevefenton.co.uk/2012/11/compiling-vs-transpiling/

概念

  1. Compiling这个术语通常是将一种语言编写的源代码转换为另一种。
  2. Transpiling是一个特定的术语,用于将一种语言编写的源代码转换为另一种具有相同抽象层次的语言。

例子

  1. JS中的Babel就是一个转码器,将新版本的JS代码转换为兼容的JS代码。

相关文章:

  • 2021-09-15
  • 2021-11-02
  • 2021-09-14
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-01-14
猜你喜欢
  • 2022-01-27
  • 2021-12-12
  • 2021-06-01
  • 2021-06-12
  • 2021-08-10
  • 2021-10-04
相关资源
相似解决方案