
- C#
- C++
- Haskell
- Ruby
- Swift
Some of the basic features of Rust languages are
- Type/Memory Safe
- Does not support Dangling pointers and null pointers.
- Safe Pointers
- Does not allow function overloading
- Doest not uses Garbage Collector.
- High Speed performance like C/C++
- Variables are immutable by default meaning once a value is assigned to a variable it can not be changed.
No comments:
Post a Comment