Overview

Cookbook

Here we will try to show practical information, recipes and examples of various subjects.

Using Rye*

Rye binary tries to not be just a language runtime, but a useful tool. The console also tries to be more than just REPL, but also place where you can explore and introspect tha language and your ideas.

GUI: Rye-Fyne

Rye integrates with pure Go GUI library Fyne. Fyne is lightweight and works on Mac, Linux, Windows and mobile platforms. Fyne bindings are automatically generated by a tool called ryegen and so follow the Fyne API.

Server side*

Rye was primarily made to handle backend, shell, server-side tasks.

Working with*

Examples for how various smaller compontents of Rye runtime work.

Deployment*

There are some interesting options for deploying apps. On proff of concept stage at this point.

Improving Rye*

If you want to contribute, or just better understand the internals.