back

by rhgraysonii·11y ago·view on hn ↗
As someone who has tried this myself, there are no solid 'tutorials' or 'guides'. Unless you are extremely versed in documentation-absorption it will be quite the uphill battle.

That said, if one of your reasons isn't 'iOS' (in which I would recommend Swift anyways), and you are instead moreso interested in learning a systems language period, I would heavily recommend diving into Rust.

The documentation/introduction book is wonderfully written and a breeze to go through. I have found the Rust team to be a wonderful group of guys that are extremely responsive on SO, IRC, etc.

HN users pcwalton and steveklabnik both have many wonderful comments in Rust threads that go into the minutiae of why it is so powerful. I had found steveklabnik's book "Rust for Rubyists" wonderful, but it is since outdated since the official Rust book has become concentration (www.rustforrubyists.com confirms this) but the book includes some 'ruby inside of rust' examples etc.

Good luck in your journey!

2 comments
Thank you so much for the kind words <3

While I did take the site down, you can find the old source for Rust for Rubyists at https://github.com/steveklabnik/rust_for_rubyists still.

No problem. Keep up the wonderful work :)
I am looking to learn a systems language yes. I'm going to go ahead with C right now, but Rust is something I've been looking at, and I'll definitely be picking it up in the future.
Out of curiosity (not ragging on your decision at all) why are you going this route?