Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cies
86 days ago
|
parent
|
context
|
favorite
| on:
Zig – io_uring and Grand Central Dispatch std.Io i...
Zig's comptime is an addition. You don't have to use it. And some C-macros may translate quite cleanly to it.
OTOH going from C++ (OO) to Rust (not OO, borrow checker) is a big leap.
pjmlp
86 days ago
[–]
Not all C++ is OOP, and Rust does support OOP as per CS literature, so much so that I have had no issues rewriting Raytracing Weekend tutorial from C++ into Rust, while keeping the same OOP architecture from the tutorial.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
OTOH going from C++ (OO) to Rust (not OO, borrow checker) is a big leap.