Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
157 views

Name this (2-D, logic-table-like, visual) programming language/paradigm (Subtext/Example Centric Programming)

I remember stumbling upon a video clip introducing a new programming "language" and a paradigm. The "language" was 2D and visual in nature, and therefore tightly coupled with its IDE and interpreter ...
4
votes
4answers
722 views

The tool for visual programming

I need the tool for graphical representing of work flow in a program (like electronic circuits are described with graphical representation). The representation has to be like the following: functions ...
3
votes
5answers
288 views

Discussion Question: Why have Visual Programming Languages never taken off?

Note: marked as community wiki. Is there a good analysis of why visual programming languages still haven't taken off? We're still coding these days 'linearly' in a 80x25 text window; while the ...
2
votes
4answers
189 views

Anything like Scratch or Google AppInventor but for JavaScript or HTML5?

I'm looking for a programming environment similar to Scratch or AppInventor but generating code for JavaScript or HTML5. The basic idea is to build the program using "construction blocks". I need this ...
2
votes
2answers
209 views

Visual Programming tools that can be used for practical app development

I've been interested in Visual Programming Languages (VPL) for a while. However I've hardly seen any environments that can be used for practical projects such as Windows apps or web services. I've ...
2
votes
10answers
404 views

Do UML and other Modeling languages help when building applications?

Do you use UML o or a domain specific modelling language(DSML)? Do you make up your own modelling language? (A DSML) Does it help getting code written? Do you use them for code generation (or are ...
1
vote
0answers
52 views

Alternatives for HornetsEye - Ruby

I installed HornetEye, that "real-time computer vision library" for some experiment with my webcam, but, I want to know if are there other alternatives in ruby
1
vote
3answers
196 views

Visual software tool for creating complex branching logic

Is there a visual software tool (no batch coding/programming language) which can enable an end user to create complex branching logic like this tool : http://www.visuallogic.org/VLTutorial.html . Any ...
1
vote
1answer
146 views

Visual Programming Language Control

Is there a .NET based (WinForm or WPF) control that allows simple visual programming (assignments, boolean expressions, and math expressions)? Something like Microsoft VPL, only embeddable and ...
1
vote
5answers
1k views

Web RAD tool suggestion?

I'm currently looking for good (and free if possible) Web RAD (Rapid Application Development) tool or Visual Ajax IDE, something like Morfik or Delphi for PHP with more usual deployment method (both ...
1
vote
5answers
652 views

Is there any Subtext IDE or equivalent Example-driven Visual Programming Language/Interface published on the Internet?

I'm really excited about this new and experimental language named Subtext. But it's author haven't released nothing about it besides some papers and videos. Should I clone it? There are similar ...
0
votes
0answers
10 views

Bezier Curves for visual nodes connectors

Probably everyone is familiar with all kinds of visual node based programming tools.Like HLSL editor in VisualStudio 2011 or UDK engine Kismet/Material editors.My point of interest are the connectors ...
0
votes
1answer
134 views

Runtime Error in Visual Simulation Environment - Microsoft Robotics Studio

I am using Microsoft Robotics Studio for a school project and I am getting a strange error when I try to run the Visual Simulation Environment. It was working fine until yesterday and then suddenly it ...
0
votes
2answers
113 views

Metatool for automatic xml code generation

I want to develop a programming tool for developers which can do automatic xml code generation for specifying a GUI design and its controls. The aim is to allow non-programmers specify GUI ...