+ 14
Check this out (Rust)
Rust lately has been a new systems language, mind you give it a try? :D (If yes thank you :D, It'll help the Rust language grow :D)
5 Respostas
+ 11
@visph Sorry here's the link: http://www.rust-lang.org
But since you're here I'm gonna introduce you to Rust! :D The new systems language running almost like C++, except it has better concurrency and lots of unique features like lifetimes and ownership :D Rust also supports pointers, and functions. Its like a version of C++ but it's expression oriented language :D It has match functions (Similar to switches) Mozilla Firefox now used Rust :D With its general purpose style it supports Web, Games, and Apps (Android, Windows, MacOS, Linux, iOS(partial)) Did you know that to access deep web some browsers are used for anonimity? Yes one of them is Tor, and its built on Rust :D Fall in love with Rust =)
use std::io;
use std::cmp::Ordering;
fn main() {
let nm = io::stdin(); //User input =)
println!("Hello {}", nm);
let x = 10;
let mut y = 20;
//Matches :D
match x.cmp(&mut y) {
Ordering::Less => println!("I'm smaller :(");
Ordering::Greater => println!("I'm bigger :D");
Ordering::Equal => println!("Its a tie for us");
_ => panic!("Oh nose!");
}
}
I know, I sounded like an annoying advertiser, but hope you will like the language :D
+ 8
Well, why don't you present it more to us?
And you are even too lazy to provide at least a link to incite us to discover it :P
Tell me more if you would like I be interested to give it a try, or to at least have a look at it ^^
+ 2
I would be only for!
+ 1
Do you know how to use Google? I'm from Russia? Saits will be in Russian!
+ 1
I will