Skip to content

Commit

Permalink
Merge pull request #8 from Lilja/patch-1
Browse files Browse the repository at this point in the history
Missing end parenthesis in post
  • Loading branch information
FlakM authored Sep 22, 2022
2 parents 3d4dbe2 + d223ebe commit 9e904b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/rust_why_dev_shop.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ and for instance, Google uses rust to [develop Android](https://security.googleb
In my opinion, Rust has a similar vibe of language for the next decades due to the following features:

- **Statically typed** - catches some problem in logic as soon as possible
- **Expression-based** - inspired by OCaml (first compiler version was written in [it](https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot)
- **Expression-based** - inspired by OCaml (first compiler version was written in [it](https://github.com/rust-lang/rust/tree/ef75860a0a72f79f97216f8aaa5b388d98da6480/src/boot))
- **Immutability and mutability at the type level** - allows specifying contracts to ease the future modification
- **It doesn't hide the complexity**. For instance, it has Result/Option types through the standard library
- **Rich documentation tooling** autogenerated from code that encourages documentation
Expand Down

0 comments on commit 9e904b9

Please sign in to comment.