Show HN: A Rusty First Attempt in C90 (godbolt.org)
Tried to emulate Rust ownership semantics for educational purposes.
As of my current understanding, ownership semantics means: std::unique_ptr + std::move during compile time.
I am not happy with that result, but for anyone interested in the educational benefits, here it is.
Any tips on better handling and implementation appreciated.
0 comments
[ 2.3 ms ] story [ 9.9 ms ] threadNo comments yet.