Skip to content

Commit

Permalink
fix #26
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Feb 26, 2018
1 parent bc8e3cf commit d2fa3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -169,7 +169,7 @@ https://www.rust-lang.org/en-US/community.html
- Rust compiler was first written in **OCaml** then rewritten in Rust! (Rust is written Rust!!!)
- Rust type system is strongly inspired by **Haskell**
- Rust **functional** style is inspired by **Erlang**
- Rust type inference is mainly inspired by **ML** and also by **Python** and **Ruby**
- Rust type inference is mainly inspired by **ML** and also by **Haskell**
- The main **syntax** style is inspired by **C** and **C++**
- There is no automated **Garbage Collector** so Rust frees memory based on Resource Aquisition RAII (a.k.a Ownership)
- Rust has **Generic Types**!!!
Expand Down

0 comments on commit d2fa3cd

Please sign in to comment.