Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit e169f7a

Browse files
committed
update readme
1 parent 933da9c commit e169f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ like those available in JSON (numbers, bools, objects, vectors etc.). A statemen
4444
* **Safe** evaluation: Rudi is not Turing-complete and so Rudi programs are always guaranteed to
4545
complete in a reasonable time frame. You can add support for functions defined in Rudi code (i.e.
4646
at runtime), but this is optional to allow a safe embedded behaviour by default.
47-
* **Lightweight**: Rudi comes with no runtime dependencies.
47+
* **Lightweight**: Rudi comes with no runtime dependencies besides the Go stdlib.
4848
* **Hackable**: Rudi tries to keep the language itself approachable, so that modifications are
4949
easier and newcomers have an easier time to get started.
5050
* **Variables** can be pre-defined or set at runtime.

0 commit comments

Comments
 (0)