原子 ide 是如何工作的
How does atom ide work
我在 Javascript 和其他 Web 技术方面的背景只是创建网页。所以我很困惑 Atom 是如何使用 Javascript 制作的?编辑器是否使用了一些解释器?但是我从来没有在我的 Ubuntu 机器上安装任何东西。 Atom 网站上也没有提到类似的内容。这个问题可能太菜鸟了,但我肯定遗漏了一些东西。原子 ide 是如何工作的?
Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors.
"Electron"是一个link,所以我们点击它。
The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used in the Atom editor.
我在 Javascript 和其他 Web 技术方面的背景只是创建网页。所以我很困惑 Atom 是如何使用 Javascript 制作的?编辑器是否使用了一些解释器?但是我从来没有在我的 Ubuntu 机器上安装任何东西。 Atom 网站上也没有提到类似的内容。这个问题可能太菜鸟了,但我肯定遗漏了一些东西。原子 ide 是如何工作的?
Atom is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors.
"Electron"是一个link,所以我们点击它。
The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used in the Atom editor.