I write native GUIs in GTK using Julia at the moment. Julia is one of the most modern languages you can use today. Multiple-dispatch, very functional, modern package management and virtual environments, high performance, modern sophisticated REPL environment. GTK is quite nice as Glade is one of the nicer GUI designers. Here is a simple Julia GTK project on GitHub: https://github.com/ordovician/RocketBuilder.jl Some…
Ask HN: How to make a native GUI with a modern language?
141–145 of 145 posts
Re: Ask HN: How to make a native GUI with a modern language?
#142Re: Ask HN: How to make a native GUI with a modern language?
#143Not everyone considers Tcl to be a same language, but if you are willing to approach things a little differently Tcl/Tk can be very effective in the space you are looking at.
Also "modern" is in the eye of the beholder. There are many features that Tcl had long before some of the supposedly more modern languages. In some areas like single-file deployment of applications it's arguably still ahead of its newer competitors.
Re: Ask HN: How to make a native GUI with a modern language?
#144https://github.com/fyne-io/fyne
I done research and have found golang fune is able to run even on thin devices. It core depend on open gl and can be changed to run with messa for embeeded device displays. https://pirogove.blogspot.com/
Re: Ask HN: How to make a native GUI with a modern language?
#145https://gitlab.com/sciter-engine/sciter-js-sdk
*Edit Also checkout https://haxe.org/