Building & using simple utils in Rye console

by refaktor
GNU/Linux ◆ xterm-256color ◆ bash 1873 views

We use Rye console to iteratively and interactively create a tool that lists top stories on Hacker news. We create this in it’s context, and in another context we make a simple Soma.fm player, that parses the streams from their website, lists them and then plays the selected one.

All devlopment is done just in Rye console/REPL and we use the utils built in the same console, bridging the gap between maker/tweaker and user.

Console state is persisted, so we can continue using/tweaking it next time.

Visit https://ryelang.org for more info about the language.