Looking for menu-driven coding platforms

Posted by user2634047 on Programmers See other posts from Programmers or by user2634047
Published on 2014-05-29T21:10:50Z Indexed on 2014/05/29 21:56 UTC
Read the original article Hit count: 233

Can anyone point me to an application development environment that uses menu-driven coding? This would mean where commands, variable names, etc. are not keyed in, but rather are selected from a menu of context-specific options. For example, the user selects an If...then command from a menu of commands, and is then presented with a menu of variables to choose from for the the 'if' conditions(s) (or creates new variable(s) on the fly via the menu), and is then presented with a menu of applicable functions that are applicable to the selected variable (e.g., val()), and so on until the If...then statement has been fully coded. The idea is that the user never types any portion of the code, but selects all code elements from a menu, or defines them on the fly via the menu. Thanks.

© Programmers or respective owner

Related posts about programming-languages

Related posts about architecture