Get the latest tech news
GUI Examples – Rye Language
tarted out focused on ‘backed development’ and ‘interactive use in console’, but Go’s Fyne UI library was too tempting not to try to integrate. It’s easy to deploy, works on desktop and mobile platforms and keeps getting better.
Rye started out focused on ‘backed development’ and ‘interactive use in console’, but Go’s Fyne UI library was too tempting not to try to integrate. So doing live updates to the GUI (main thread) from a paralel “process”, like a goroutine, is just as simple as it could be. Spreadsheets were like other values in Rye basically immutable data strucures, so they can’t be efficietly used as a app-level “database”.
Or read this on Hacker News