Skip to content

Commit

Permalink
reword readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Dec 5, 2023
1 parent ae1f5a3 commit 30b99c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ like those available in JSON (numbers, bools, objects, vectors etc.). A statemen

* **Safe** evaluation: Rudi is not Turing-complete and so Rudi programs are always guaranteed to
complete in a reasonable time frame.
* **Lightweight**: Rudi comes with only a single dependency on `go-cmp`, nothing else.
* **Lightweight**: Rudi comes with no runtime dependencies.
* **Hackable**: Rudi tries to keep the language itself approachable, so that modifications are
easier and newcomers have an easier time to get started.
* **Variables** can be pre-defined or set at runtime.
Expand Down

0 comments on commit 30b99c0

Please sign in to comment.