28 Jul 23 4:51 am type: related:
rust
- statically typed
- open source by firefox
- like c++, low level system programming & highly performant applications
- solana smart contracts
running rust: cargo is similar to npm
- dont need to specify type, rust can infer
- unsigned = can’t store negative values
- signed = can store negative values
references
https://www.youtube.com/watch?v=-AAtfPHEMbA&list=PL53JxaGwWUqCr3xm4qvqbgpJ4Xbs4lCs7&index=1