golem-rib-repl 1.2.2-dev.3

Repl for Rib language
Documentation
1
2
3
4
5
6
7
8
9
## Repl for Rib
This is a REPL for the Rib programming language, allowing you to interact with golem workers quickly
The REPL by itself is a `lib` which can be used from anywhere such as `golem-cli`

To experiment with the Repl directly, you can try the following command:

```bash
cargo run --features embedded
```