From 47f5ddb78d0bd3ca59b32013d2a186db0f7d5e00 Mon Sep 17 00:00:00 2001 From: emirongrr Date: Wed, 3 Jan 2024 23:36:04 +0300 Subject: [PATCH 1/2] fix: Duplicate entry for 'Go' in the list of Inspiration --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0e027c4..dc23ced 100644 --- a/README.md +++ b/README.md @@ -205,4 +205,3 @@ The design will be heavily influenced by all this programming langauges. We want - Lua - Clojure - Nim -- Go From 9745e5e28567174d8be1180b8925a178a342b3f8 Mon Sep 17 00:00:00 2001 From: Federico Carrone Date: Thu, 4 Jan 2024 09:35:06 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index dc23ced..2378008 100644 --- a/README.md +++ b/README.md @@ -188,20 +188,21 @@ mod UsesOption { ``` ## Inspiration -The design will be heavily influenced by all this programming langauges. We want to thanks everyone of them. We took core ideas, specs and features from each of them. +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/) -- [Odin](https://odin-lang.org/) + We want to thanks everyone of them. We also took core ideas, specs and features from these languages: +- [Roc](https://www.roc-lang.org/) - [Vale](https://vale.dev/) -- [Austral](https://austral-lang.org/spec/spec.html) - [Inko](https://inko-lang.org/) -- Zig -- Standard ML -- Rust -- Erlang & Elixir -- Go -- Roc https://www.roc-lang.org/ -- Elm -- Pony -- Lua -- Clojure -- Nim +- [Odin](https://odin-lang.org/) +- [Go](https://go.dev/) +- [Elm](https://elm-lang.org/) +- [Pony](https://www.ponylang.io/) +- [Lua](https://www.lua.org/) +- [Clojure](https://clojure.org/) +- [Nim](https://nim-lang.org/)