Questions for you!
If you have only done TypeScript, what do you think about GoLang?
- The simplicity + speed + ease of use seems neet
- What about error handling?
If you have only done TypeScript, what do you think about Rust?
- Powerlevel well over 9000
#[derive(Debug)] // this is awesome
struct Foo {
}