General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
No Boilerplate
comments
Comments by "p11" (@porky1118) on "Rust makes cents" video.
8:45 "Look how simple a hello world" is in Rust. At least compared to more popular languages like Java/C#. No need to use classes, static methods, string arrays, return types. In the beginning you wouldn't need to know static, arrays, string types, and any class specific stuff. You only want to know functions, maybe. And that's basically what a "hello world" in Rust looks like. Just a function, and a macro. No types at all. I still think, a simple hello world has some value.
3
@CristiNeagu Same for scopes. Probably shorter. It's just this line: print "Hello World"
1