Sparr
Sparr

Reputation: 7712

Is there a desktop application programming language that works like Yahoo Pipes?

Yahoo Pipes a graphical programming environment, mostly designed for manipulating information found on the web, where functions are represented by blocks connected by pipes. Certain types of data are piped into a block, and the block has some options you set, and then other types of data flow out of a block. In normal programming terms, blocks are functions, inputs are parameters, outputs are return values, and options are constants inside the function.

Are there any environments for building standalone (desktop, mobile, console, etc) applications that work like this?

Upvotes: 1

Views: 254

Answers (2)

jpm
jpm

Reputation: 3155

I don't know about standalone, but Scratch by MIT is a pretty neat way to build code via drag and drop.

Upvotes: 1

Sparr
Sparr

Reputation: 7712

Game Editor is an obscure example, for designing cross-platform games. More object-oriented than functional, but still a graphical environment with connected elements that affect each other.

Upvotes: 0

Related Questions