Talk:Visual programming language

Page contents not supported in other languages.
Source: Wikipedia, the free encyclopedia.

Befunge?

Visual programming language (VPL) is any programming language that lets users specify programs in a two-(or more)-dimensional way. Conventional textual languages are not considered two-dimensional since the compiler or interpreter processes them as one-dimensional streams of characters.

Would this imply that Befunge is a VPL? I wouldn't say it is, but I don't know enough about VPLs to either revise the introduction or add it to the list of languages. Eighty 11:06, 15 June 2006 (UTC)[reply]

Self?

I can't see how Self is visual in any way. It just seems to be another textual language. Can anybody explain why it is here? grlea 02:11, 25 July 2006 (UTC)[reply]

Automator

Does

Automator count as a VPL? It is clearly a visual scripting paradigm, but it is technically one dimensional as each node has 0..1 inputs and 0..1 outputs. Common sense says that Automator is a VPL, but the 2 dimensional requirement seems to exclude it. Therefore I would suggest a more direct definition of VPL, being "any programming language that lets users specify programs by manipulating program elements graphically rather than by specifying them textually."Harperska 23:09, 26 August 2006 (UTC)[reply
]

I don't think that that particular definition of dimensionality has any bearing on Automator's admissibility; it's clearly a visual (as opposed to textual) medium. --
Piet Delport 00:25, 27 August 2006 (UTC)[reply
]
As Automator is clearly a visual language, and it is questionable whether befunge is (I would argue no), I am changing the definition to the one I proposed, and adding Automator to the list. Harperska 05:19, 7 September 2006 (UTC)[reply]

Portability/Source code?

Hi readers.

Does anyone of these offer finished diagrams [C/C++, Pascal, etc] source code export for application portability?

Thanks for any help.

Bye, Ivano.


Portability of text is not a given. See ASCII, ANSII, Unicode, word. So it is not the fault of the visibility, if it is not portable. In Unix most files (even nontext) are stored as a text file with ASCII codes 0..127 and therefore are portable.Arnero 18:40, 14 December 2006 (UTC)[reply]

List of software

This article, like many of its type, has accumulated a ridiculously long list of software. It should be an article about Visual programming languages, definitely not a list of them, and certainly not a list of

non-notable packages. For starters, I am removing those items from the list which do not have an article on Wikipedia - if they're not notable enough for that, they aren't notable enough to be mentioned here. I still don't think that's going far enough, but it's a start. Comments/disagreements welcome. CiaranG 16:30, 13 January 2007 (UTC)[reply
]

List of software

CiaranG I agree with you but I belive we should have an article which contains a list of software related to Visual Programming regardless of their noticeability. If you agree I'd be welcome in creating and maintaining such a list because visual programming is one of my main interests and I'm planning to support this "movement". Metalpasman 16:38, 14 January 2007 (UTC)[reply]

Wikipedia is not the place to maintain a list of non-notable software - please see
Curlie Cheers, CiaranG 17:01, 14 January 2007 (UTC)[reply
]
My understanding of the
WP:LSC guideline is that when an article contains a list of items, each item on the list should be verifiable, but "Elements of a list don't have to be notable". --DavidCary (talk) 03:44, 18 December 2014 (UTC)[reply
]

SynthMaker

Although this is a commercial product and it's specialized in VST plug-in development this is a very good example of visual programming language and environment in a modern approach. Is this a candidate to the list? Metalpasman 14:18, 15 January 2007 (UTC)[reply]

There's nothing wrong with it being commercial. It certainly looks relevant to me - they link to two
WP:SOFTWARE, so worthy of its own article. Personally I think the article should be created before adding it to this page. CiaranG 12:49, 17 January 2007 (UTC)[reply
]
You added synthmaker, but why did you remove synthedit? It is a related product, very similar.
Yes, SynthEdit definitely belongs here too. Added. 82.39.157.137 (talk) 23:15, 14 October 2008 (UTC)[reply]

Blue/BlueJ

I'm not an expert but I thought Blue is a visual programming language?

http://www.cs.kent.ac.uk/people/staff/mik/blue/ —The preceding

unsigned comment was added by 169.237.5.158 (talk) 03:16, 31 January 2007 (UTC).[reply
]

It doesn't look like one to me, nor does it look
notable. CiaranG 17:06, 31 January 2007 (UTC)[reply
]

Free alternatives

Is there any free alternative to Microsoft Visual Programming Language ?. --82.159.137.22 10:19, 12 April 2007 (UTC)[reply]

Note that
Microsoft Robotics Studio (of which Microsoft Visual Programming Language is a component) is free for Non-Commercial use. pcrtalk 05:46, 13 April 2007 (UTC)[reply
]

Although a textual language; ms visual studio express was free from the microsoft website the last time i looked. I find the textual versions easier anyway! Matty2002 12:26, 18 May 2007 (UTC)[reply]

Literature

Some important literature to add:

- Green, T. R. G.a and Petre, M.b: Usability Analysis of Visual Programming Environments: A ‘Cognitive Dimensions’ Framework. (http://dx.doi.org/10.1006/jvlc.1996.0009)

- Burnett, Margaret M. and McIntyre, David W.: Visual Programming. in IEEE Computer. (http://doi.ieeecomputersociety.org/10.1109/MC.1995.10027)

bjoern 141.99.254.253 (talk) 08:29, 21 November 2007 (UTC)[reply]

Visual?

Why is this called "visual programming"?

As if C++ code is invisible?

A better term is "graphcial programming" which connotes the idea of building graphs of code. —Preceding unsigned comment added by 81.96.180.93 (talk) 11:58, 26 November 2007 (UTC)[reply]

"Visual Programming Language" is an established term in the field of computing that has been in use for over twenty years. --82.16.123.106 (talk) 00:30, 21 June 2008 (UTC)[reply]

Limnor

I see the entry for Limnor in the list was removed. I have replaced it, but if there's something I'm not getting, please explain. --Slashme (talk) 05:24, 9 January 2008 (UTC)[reply]

Vex/Vipr

Has there been any discussion of the Vex language on this page? It is a purely visual implementation of the lambda calculus. If nothing else, it is an excellent beginners introduction to some tricky features of the lambda calculus, such as the implemention of recursion, that can be hard to conceptualize otherwise. Here is a link: http://users.encs.concordia.ca/~haarslev/vl95www/html-papers/citrin/citrin.html --Codeviper (talk) 21:29, 7 January 2009 (UTC)[reply]

Source Control Software

Contrary to textual source code, it is not possible to use programs like CVS or subversion to track the differences between two versions. Are there any program that would do something like it for VPL ? —Preceding unsigned comment added by 195.167.202.146 (talk) 17:09, 5 February 2009 (UTC)[reply]

Inclusion of Google App Inventor and/or Yahoo! Pipes

On July 31, 2009, announced that it was working with several universities to create a visual programming system [1] to MIT's Scratch. This seems very notable and deserving of reference in this article.

Yahoo! Pipes has been around for a few years, now and is a great example of using a visual programming system to create new things. Is there a reason why it is not included on this list? It would seem to be one of the more successful uses of such an environment. Even if it doesn't meet a given specification of VPL, it would be worth contrasting against much like Visual Studio is mentioned in the article currently. --MuffinHunter (talk) 19:02, 12 August 2009 (UTC)[reply]

Contamination by Microsoft

There is clear contamination of the phrase by Microsoft's product line of "Visual" programming languages. This is mentioned in the article however, it's not the point I'm making. The point I'm making is that this contamination makes it inherently hard to to make a web search with phrases such as "visual c++" (and meaning visual programming paradigm). Is anyone aware of any strong phrasal alternatives? It is of vital importance for researching the subject, especially since wikipedia is prominent in scientific web searches currently. It may require a renaming of the article. --94.71.89.215 (talk) 16:38, 3 November 2009 (UTC)[reply]

I see mentioned above "graphical" programming; it's a start however it's not accurate, graphical means "of graphics", not of diagrams. Diagrammatic may be more accurate. --94.71.89.215 (talk) 16:39, 3 November 2009 (UTC)[reply]
Apparently, Diagrammatic Programming is mentioned in several web searches. --94.71.89.215 (talk) 16:40, 3 November 2009 (UTC)[reply]
"graphical" does not imply visual, ask any mathematician. 116.90.140.41 (talk) 03:04, 9 February 2018 (UTC)[reply]

Scratch

It isn't on the list. It is a kids VPL made by the Lifelong Kindergarten Group at the MIT Media Lab. —Preceding unsigned comment added by 198.53.168.225 (talk) 02:24, 19 June 2010 (UTC)[reply]

Visual Basic not a Visual programming language

If you start by defining visual programming as data flow programming, (which you have not explicitly done), then Visual Basic Classic (VB3-6) was not a Visual programming language.

On the other hand, if you aren't limiting yourself to data flow languages, then you are forgetting (1) that programming the GUI was a major programming effort, replaced by visual programming in VB, and (2) Simple VB programming consisted of dropping blocks (activex or vbx) onto a 'form', and then filling in some attributes.

What this article needs (to go along with the incredibly useful list of programming languages that I came here for) is a clear definition and discussion of what different people have been and are trying to achieve with visual programming, not the bald historically and technically inaccurate claim that VB is not a visual programming language. — Preceding unsigned comment added by 120.148.48.76 (talk) 11:23, 16 March 2012 (UTC)[reply]

"Visual language and interfaces"

Is "Visual language and interfaces" right? Shouldnt it be "Visual languages and interfaces" or "Visual language interfaces"? Forgive me if that is a stupid question (non-native speaker) Heronils (talk) 07:54, 15 January 2014 (UTC)[reply]


You are right that Visual language should be plural (Visual languages). That should be fixed. I'm not sure why the word interfaces is even there. Perhaps "Visual languages and frameworks" would be better. Or perhaps "Visual languages listed" would be best. — Preceding unsigned comment added by Ehosick (talkcontribs) 21:47, 15 April 2014 (UTC)[reply]

"Visually Transformed Language"

The text "A visually transformed language is a non-visual language with a superimposed visual representation. Naturally visual languages have an inherent visual expression for which there is no obvious textual equivalent." under the heading of Definition was asking for a source. It looks like this is copypasta from maybe http://encyclopedia2.thefreedictionary.com/visual+programming+language.

I think the statement should be removed from the page for these reasons:

1) I don't think the statement "Naturally visual languages have an inherent visual expression for which there is no obvious textual equivalent." is true either way (textual languages have an inherent textual expression for which there is no obvious visual equivalent".

2) The statement also doesn't seem to add anything to the overall Definition.

3) The statement still needs to be cited. — Preceding unsigned comment added by Ehosick (talkcontribs) 21:42, 15 April 2014 (UTC)[reply]

Data Flow versus Control Flow

The article is of low quality and introduces a number of confusions. For instance, visualization is typically used to deal either with data flow or control flow. The article appears to be strongly biased towards data flow, completely leaving out control flow. This would be acceptable if it were not for the some of the examples. For instance, the top picture is about Scratch which is NOT a data flow visual language. I suggest to add some consistency using one of the following strategies:

1) remove picture to avoid inconsistency

2) replace picture with a control flow language picture, e.g., LabView

3) extend description to include data and control flow and provide two examples.

Also, one would expect a more detailed conceptual description of visual languages including some of the history which reaches far back, e.g., 1988. Visual Programming. N. C. Shu (Ed.). Van Nostrand Reinhold Co., New York, NY, USA.


KaptainFire (talk) 14:19, 3 November 2014 (UTC)[reply]

Visual programming languages

Along the lines of Kaptain fire and some others I suggest to change this page from general to specific introduction of different forms iconic... and split the languages up in more categories based on what you can program with them and in which field the language is used.

Scratch would be a event driven imperative visual language that is iconic and used in education.

Though there are many other languages we should put a picture up to give a better overview.

Please let me know if you agree Javaflug (talk) 17:10, 31 March 2015 (UTC)[reply]

Blueprints? (Former Kismet)

Someone should include Blueprints from Unreal Engine IV! — Preceding unsigned comment added by 82.125.109.28 (talk) 10:15, 22 June 2015 (UTC)[reply]

Any Others?

I use one in my computer science class. It's called "Beetle Blocks". (It's made by the people who made Snap!, and it does stuff in 3-D) SilverMagpie (talk) 02:12, 28 December 2016 (UTC)[reply]

Is a visual programming language a modeling language?

I think so, though a "VPL" may not be A laguage but a system running on computer. --Just a net man (talk) 03:52, 5 October 2018 (UTC)[reply]

History

It would be great if we had a 'History' section here. Obviously there are a plethora of these languages now, but it would be interesting to highlight the the earliest examples. It's clear if you are familiar with a few of these that there must be some common precedents inspiring them. Walkersam (talk) 17:50, 1 May 2017 (UTC)[reply]

Should we add Fancade?

Fancade is an app created by an indie developer (Martin Magni), which is a visual programming language for creating 3D (and 2D) games. It also a section where you can play games created by others. It's a mobile app, but you can also use it in the online version (with some great improvements for use with a keyboard and mouse). I'm not sure if it's big enough to put it here, cause it doesn't have a wikipedia page. Ego-lay atman-bay (talk) 20:22, 1 June 2022 (UTC)[reply]

Gladiabots

Gladiabots is a game where one does programming (mostly one defines pretty refined decision trees that tend actually to a graph as there are methods too). Could it be included? Pier4r (talk) 19:38, 4 September 2023 (UTC)[reply]