aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJJ2024-01-02 05:53:00 +0000
committerJJ2024-01-02 05:53:00 +0000
commitd91543bc481401f0b3db3abcec43dbf3acf167e6 (patch)
tree73eae7f801232ab4b783e7d84f0888c7405b8576 /README.md
parent3fb0a86c7cf24b5f3e0aa28ea97691152f42bb4a (diff)
docs: finish overview prose, cleanups to syntax and types
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 b6c0b01..5a5d5e9 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, interface-first, imperative programming language.
-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/).
+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/), the async/await and comptime of [Zig](https://ziglang.org/), and the module system of [OCaml](https://ocaml.org/).
<details>
<summary><b>Example: Interfaces</b></summary>