Check this out (Rust) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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)

28th Apr 2017, 11:04 AM
Complex
Complex - avatar
5 Réponses
+ 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
28th Apr 2017, 1:08 PM
Complex
Complex - avatar
+ 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 ^^
28th Apr 2017, 11:45 AM
visph
visph - avatar
+ 2
I would be only for!
28th Apr 2017, 11:14 AM
ne3io
ne3io - avatar
+ 1
Do you know how to use Google? I'm from Russia? Saits will be in Russian!
28th Apr 2017, 11:52 AM
ne3io
ne3io - avatar
+ 1
I will
22nd Jan 2018, 8:32 AM
Joakim Sørensen
Joakim Sørensen - avatar