Hi, I'm still deciding if I should learn Pascal or Nim. I want to create a Windows GUI app.
Using a Pascal tutorial, I could recreate a simple example in less than five minutes. Just a window with a button that, when clicked, shows a "hello world" popup. I know that it will take longer with Nim, but I'd like to get a feeling on how does it works, preferably using one of the most popular libraries at this time. (perhaps [nimx]([https://github.com/yglukhov/nimx](https://github.com/yglukhov/nimx)) or [wNim]([https://khchen.github.io/wNim/)?)](https://khchen.github.io/wNim/\)?\)). Is there a tutorial on how to create a very simple GUI app with Nim? Thanks! On a side note, coming from Python and without a background in programming, I want to create a GUI desktop hotel reservation app. After doing some research on several programming languages, I'm still thinking if I should choose Nim or Pascal.
