aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJJ2023-10-27 07:51:37 +0000
committerJJ2023-10-27 07:51:37 +0000
commit6017d62db7600af491592e4f0d78611f33dc6b5e (patch)
treec2f42e4264692f92b0eded551617bf8bd8b1c948 /README.md
parent2ea4fd4c09ad71c4ac648cf3645426476dd7521f (diff)
minor updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d026a6a..e6b5cb1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
A place where I can make some bad decisions.
Puck is an experimental, memory safe, structurally typed, imperative and functional programming language.
-It aims to be clean and succinct while performant: inspired by the metaprogramming of [Nim](https://nim-lang.org/), the error handling of [Swift](https://www.swift.org/), and the performance/safety guarantees of [Rust](https://www.rust-lang.org/).
+It aims to be clean and succinct while performant: inspired by the syntax and metaprogramming of [Nim](https://nim-lang.org/), the error handling of [Swift](https://www.swift.org/), the performance and safety guarantees of [Rust](https://www.rust-lang.org/), and the module system of [OCaml](https://ocaml.org/).
```nim
import std/tables