Thursday, June 22, 2023

rust 101

Very high level view of Rust: https://archive.ph/iz97a. I think I could get used to the syntax. It's interesting in how it seems a step back, two of the things I learned from Perl, like where it was a distinct upgrade from the oldschool C I was otherwise learning at school, take at least a bit more syntactic work: memory management,  and strings as first class objects. The owner/borrower bit is kind of intriguing though.

No comments:

Post a Comment