哪些编程语言需要 IDE?
我正在阅读有关 Go IDE 的问题的答案,引发了这个问题。
我试图想出一种“需要”IDE 的语言,但无法想出一个。
I was reading through an answer to a question about an IDE for Go that triggered this question.
I was trying to think of a language that 'required' an IDE, but could not come up with one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
许多“图形语言”或多或少都需要 IDE。它们目前并不是特别流行,但总体思想是一种“语言”,您可以通过绘制某种图表来创建程序。根据目标市场,您经常会看到一些带有风味或 UML 或 ERD 甚至流程图的东西,具体取决于发明人的目标市场、工具的年龄以及
混淆多功能性和易用性的水平/供应商的愿望。虽然其中大多数允许您以某种或多或少的文本格式存储数据,但他们认为图表(无论何种类型)是语言以及任何东西else 只是存储/重新创建图表的一种方式。
Many of the "graphical languages" more or less require an IDE. They aren't particularly popular at the moment, but the general idea is a "language" where you create programs by drawing some sort of diagram. Depending on the intended market, you frequently see something with a flavor or UML or ERD or even flowcharting, depending on the intended market, age of the tool, and level of
obfuscationversatility and ease of use the inventor/vendor desires.While most of these allow you to store the data in some sort of more or less textual format, they consider the diagram (of whatever sort) to be the language, and anything else is only a way of storing/recreating the diagram.
某些类型的 4G 语言 可能会出现需要 IDE 的情况(本身就是 IDE) 。
Some types of 4G Languages would probably come up as requiring an IDE (being an IDE themselves).
我所知道的除 GNU Smalltalk 之外的所有 Smalltalk 都与其开发环境深度集成。
All Smalltalks I know of except for GNU Smalltalk are very deeply integrated with their development environments.