Tagged Questions
The graphical-language tag has no wiki summary.
21
votes
25answers
2k views
Textual versus Graphical Programming Languages
I am part of a high school robotics team, and there is some debate about which language to use to program our robot. We are choosing between C (or maybe C++) and LabVIEW. There are pros for each ...
3
votes
6answers
427 views
Graphical Programming Language
In control engineering or instrumentation, I see Simulink or LabVIEW(G) is pretty popular.
In ESL design, I see that Agilent SystemVue is gaining some popularity.
If you see the well established ...
1
vote
1answer
398 views
Yahoo Pipes: filter items in a feed based on words in a text file
I have a pipe that filters an RSS feed and removes any item that contains "stopwords" that I've chosen. Currently I've manually created a filter for each stopword in the pipe editor, but the more ...
1
vote
1answer
90 views
Inspiration for easy-to-use, probably graphical, scripting language
I have to implement some scripting capabilities in our product. The scripting will typically be used for simple things such as:
IF param1 > 5 + param3 AND current time > 18.00:
SET param2 TO ...