General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Pete Venuti
No Boilerplate
comments
Comments by "Pete Venuti" (@petevenuti7355) on "How to Learn Rust" video.
Don't suppose there is a rust ide/compiler for Android?
2
Someone only recently suggested rust to me, is it true that there's only one layer of abstraction between the language and hardware? (Like C to assembler to machine)
1
@KohuGaly great.. hopefully it doesn't change too fast, I seem to end up with a new compiler version, platform or language before I even get to preprocessor directives. Rust sounds like something I would like. I just need something that isn't bloated with different dialects , defects , and too many versions. To sit down and learn inside out and become truly proficient. Something I can stick with. Errrr , how is scope handled, :: seems to be more like a function call. I'm just looking now, can you recommend a book? Preferably one with a complete command reference and quickly skips through the introductory steps.
1
@KohuGaly wouldn't know the name of that reference spec off hand? So with the :: is that part of the reason it is said to be backwards compatible C++? But instead of actually referring to parts of objects, it's parts of modules, with no need to have to do backflips to get from A to B yet still keep your code organized , that's what it sounds like
1