Questions tagged [end-user-programming]
The end-user-programming tag has no summary.
3 questions
3
votes
6
answers
300
views
Language Design: skipping occurrences of an identifier instead of accessing enclosing scope
No idea how to write a good title for this question.
I'm thinking about introducing an operator in a DSL that makes hidden identifiers (like variables) accessible. Think this.foo in Java or C# to ...
8
votes
8
answers
519
views
What's the better user experience: Waiting once at startup for a long time or waiting frequently for a short time? [closed]
I'm currently design an application that involves a lot of calculation. Now I have generally two possibilities which I have both tested:
1) During startup of the application I calculated only the ...
8
votes
10
answers
983
views
What are some good End-User Programming solutions you have seen? [closed]
End-User Programming is where regular end users, i.e. non-programmers, are able to customize a program, or create a new one, with minimal training or instruction.
App Inventor for Android is one ...