Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mamcx
on May 6, 2025
|
parent
|
context
|
favorite
| on:
Matt Godbolt sold me on Rust by showing me C++
If you can live without much of the ecosystem (specially if has async) there is way to write rust very simple.
The core of Rust is actually very simple: Struct, Enum, Functions, Traits.
monkeyelite
on May 7, 2025
[–]
But unfortunately you will encounter async in libraries you want to use, so this approach is difficult
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The core of Rust is actually very simple: Struct, Enum, Functions, Traits.