From 91ab539365f1d250ffcb9fdaabf17056378aebb4 Mon Sep 17 00:00:00 2001 From: Federico Carrone Date: Sun, 7 Jan 2024 00:01:44 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90347b8d..36d12136 100644 --- a/README.md +++ b/README.md @@ -159,14 +159,14 @@ mod UsesOption { ## Inspiration The design was very heavily influenced by all these programming languages: -- [Austral](https://austral-lang.org/spec/spec.html) -- [Zig](https://ziglang.org/) - [Rust](https://www.rust-lang.org/) - [Erlang](https://www.erlang.org/) -- [Elixir](https://elixir-lang.org/) +- [Austral](https://austral-lang.org/spec/spec.html) +- [Zig](https://ziglang.org/) - [Vale](https://vale.dev/) We want to thanks everyone of them. We also took core ideas, specs and features from these languages: +- [Elixir](https://elixir-lang.org/) - [Inko](https://inko-lang.org/) - [Odin](https://odin-lang.org/) - [Roc](https://www.roc-lang.org/)