Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Dec 22, 2023
1 parent 933da9c commit e169f7a
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 @@ -44,7 +44,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. You can add support for functions defined in Rudi code (i.e.
at runtime), but this is optional to allow a safe embedded behaviour by default.
* **Lightweight**: Rudi comes with no runtime dependencies.
* **Lightweight**: Rudi comes with no runtime dependencies besides the Go stdlib.
* **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 e169f7a

Please sign in to comment.