Merge pull request #1091 from rtfeldman/use-eclipse-example

Use Eclipse as an example instead of Sublime
This commit is contained in:
Richard Feldman 2021-03-20 22:04:42 -04:00 committed by GitHub
commit 22f77ed966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,8 @@ Applications are often built on a *framework.* Typically, both application and f
* [Phoenix](https://phoenixframework.org/) applications are written in Elixir, and so is Phoenix. * [Phoenix](https://phoenixframework.org/) applications are written in Elixir, and so is Phoenix.
Some programs support plugins. Often the plugins are written in the same language as the underlying program. Some programs support plugins. Often the plugins are written in the same language as the underlying program.
* [Sublime Text](https://www.sublimetext.com/) plugins are written in Python, and so is Sublime.
* [Webpack](https://webpack.js.org/) plugins are written in JavaScript, and so is Webpack. * [Webpack](https://webpack.js.org/) plugins are written in JavaScript, and so is Webpack.
* [Eclipse](https://www.eclipse.org/ide/) plugins are written in Java, and so is Eclipse.
* [Leiningen](https://leiningen.org/) plugins are written in Clojure, and so is Leiningen. * [Leiningen](https://leiningen.org/) plugins are written in Clojure, and so is Leiningen.
All of these can be considered examples of a platform/application relationship. There is an underlying platform, and many applications are built on top of it. (Plugins are a type of application in this sense.) All of these can be considered examples of a platform/application relationship. There is an underlying platform, and many applications are built on top of it. (Plugins are a type of application in this sense.)