1
Ask HN: How to make a native GUI with a modern language?
HN has strong opinions against Electron so here are my requirements:
- I want to make a native looking GUI
- Cross platform (macOS, Windows, Linux)
- With a sane language (no C, C++ or Objective C)
- Ideally with a data flow looking like unidirectional data flow / Elm architecture
What options do I have?