mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
write an os in rust
This commit is contained in:
parent
34052abd01
commit
fbc798c0e2
1 changed files with 3 additions and 2 deletions
|
@ -51,10 +51,11 @@ Learning by doing is important and more effective than plainly following a docum
|
|||
|
||||
## Haskell:
|
||||
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
|
||||
* [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
|
||||
* [Write Yourself a Scheme in 48 hours]()
|
||||
|
||||
## Rust:
|
||||
* A Simple Web App in Rust
|
||||
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)
|
||||
* [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/)
|
||||
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)
|
||||
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)
|
||||
* [Write an OS in Rust](http://os.phil-opp.com/)
|
Loading…
Reference in a new issue