B--rian
B--rian

Reputation: 5870

Definition of a visual programming language (like BPMN and LabView)

I am looking for an exact definition for visual programming languages (VPL) which includes also a classification. I am of course aware of the Wiki page on VPLs but what I am after is a definition which includes classification by purpose, ideally with a reference to a publication.

Somehow (not perfectly) related websites and posts:

Upvotes: 3

Views: 358

Answers (1)

Bobur
Bobur

Reputation: 575

Probably Google's Blockly is what you are looking for. They provide very helpful publications regarding their product and VPL. From their publication

A Visual Programming Language (VPL) is a programming language that allows a user to create programs primarily through graphical manipulation. Some common interaction models in VPLs are:

  • Dragging blocks around a screen (e.g. Scratch)

  • Using flow diagrams, state diagrams, and other component wirings (e.g. Pure Data)

  • Using icons or non-text representation (e.g. Kodu)

Hope this helps.

Upvotes: 1

Related Questions