+ 5
[Still Open] Hiring a Programmer (Experienced Coders)
Need some one who codes in: -Rust (In-demand!) -C++ -C# (Exprienced using Win32 API) More requirements: GitHub Account... Facebook Messenger... Likes snoop dawg (Nah just kiddin')... Just so you know: We're only hiring C++ and Rust programmers, nonetheless if you're really hard headed you can join if you're C#
23 Antworten
+ 10
I thought about learning rust. I hear its like a crazy version of c with safety. what's your personal opinion of it?
+ 8
facebook? nu thx
+ 7
you using rust for making the programming language?
+ 7
I'll never join cuz I don't use Facebook (messenger) but thanks for the info on rust
+ 6
@Ahri Fox It's really harder than C or C++, Its a very low language and its almost impossible to learn it without dedication and passion, Some of the strict feature it has
-You cant do println!(myVar); instead you'll need to do println!("{}" myVar); and you'll even get a warning: You must use my_var instead of myVar
-Its hard to parse string to an integer
let mut x = "12";
let mut xx = x.trim().parse<i32>();
-Variables must live long enough
-Doing this:
let var = 10;
let copy = var;
//var cannot be accessed now
instead you need to make it a reference or call a .clone() method
Besides those low level stuff, its very safe and suprisingly faster than C, Errors are also more specific.
+ 6
Mmmmm
*Plan To learn rust later in the list*
+ 4
I thought you were kidding
+ 3
@Ahri Fox Could be messenger (Needed for chat) or GitHub (It doesnt have chat)
+ 3
@jay Oh lmao xD We're developing 1 programming language, 1 scripting language and an IDE (That what C# is gonna be used)
+ 3
i would imagine it would be! i might be more hinderance than help though
+ 3
C#
+ 3
You're welcome, feel free to come by if you decided to join us
+ 2
may i enquire as to the project?
+ 2
@jay I'm sorry I dont know what you mean by "enquire as to the project" (Yes I'm dumb) Do you mean you wanna join?
+ 2
lol. wots the project I was being all fancy
+ 2
ooooooo that sounds cool!
+ 2
Thanks I came here to find someone to help us cause we're handling 1 Project per Person, and thats very hard xD
+ 2
@jay You're a great coder so you're in if you want,
My mind is really going to explode in coding Rust(Rust is a newand very low language)
+ 2
@Nomeh Uchenna Gabriel Use this link to join the group, I'll add you to the group chat afterwards
https://m.facebook.com/groups/120234475136245?view=info&ssc=0
+ 2
@Ahri Fox Theres more strict features there but its a unique language.
I'm not even halfway learning it