bkkhack / hacknights

A meta-repository for finding hack night birds-of-a-feather and tracking what we learn.
https://waffle.io/bkkhack/hacknights
15 stars 4 forks source link

Hello Rust #98

Closed seungjin closed 8 years ago

seungjin commented 8 years ago

Have been thought learning Rust since it came out. Time to do it now. Learn Rust Hello World.

seungjin commented 8 years ago

My first rust programming. Started from Rust getting started guide (https://doc.rust-lang.org/book/getting-started.html). Installed fresh linux with vagrant and started from the scratch.

seungjin commented 8 years ago

Done with https://doc.rust-lang.org/book/guessing-game.html This gave me very good /brief/ idea of how rust works. Next one will be learning rust syntax and semantics (https://doc.rust-lang.org/book/syntax-and-semantics.html). - I will do learning these while I have free time..

After this, I can start a small toy programming. Maybe for next meetup. Any idea? Started thinking about any good toy project idea with Rust-lang.

Found that Rust also has a web framework or something similar. I know Rust is for system programming but why not. I can start very minimum web stuff with Rust.

seungjin commented 8 years ago

or loadbalancer?

Web:

Loadbalancer: