I have to develop a simple application for Windows that manages a hashmap. Users will enter a keyword in a text area and get some data back, that's all it has to do.
The backend part of this is dead simple but I'm unsure of how to produce the UI.
I would like to get some recommendations for scripting languages that include UI creation capabilities. In the past (more than 15 years ago) I used TCL/TK to do this sort of thing but I'm hoping there is something much simpler that matches the simplicity of my task.