programming-languages - 何时使用处理语言?

标签 programming-languages language-features processing choice

关闭。这个问题是opinion-based .它目前不接受答案。












想改进这个问题?更新问题,以便 editing this post 可以用事实和引用来回答它.

6年前关闭。




Improve this question




对于在线或桌面演示,我们有 actionscript、java、picolo、flare、prefuse 等选项。现在根据需要选择完美的语言是主观的,并且取决于项目。 但是如果你必须选择Processing (语言),那你会根据什么来选择呢?您认为处理的利弊是什么?

最佳答案

处理使数据可视化变得(相对)容易。该网站提供了一些关于在哪里/谁在使用它的提示:

Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is an alternative to proprietary software tools in the same domain.



在网站上四处查看演示、案例研究和更多信息。

在我看来,如果您想以简单的方式绘制图形甚至动画,这是很好的,但它不太适合编程 GUI。

关于programming-languages - 何时使用处理语言?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1454574/

相关文章:

perl - 有哪些好的 Perl 调试方法?

c# - C# 中是否有多重初始化的语法快捷方式?

java - 是否可以在处理中返回 "text()"?

programming-languages - 为什么 Mathematica 会破坏 Module 中的正常范围规则?

programming-languages - 编程语言分类

c# - 除了 .NET 编程之外,C# 是否还在任何地方使用?

refactoring - 有助于重构的编程语言属性?

c++ - 如果参数很复杂,* 和 & 运算符的作用是什么?

java - 如何编写多个 if 语句

javascript - 如何将 p5.js 引入网站?