Skip to content

Commit 674c807

Browse files
committed
add haskell and write OS in C
1 parent 112ea56 commit 674c807

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Learning by doing is important and more effective than plainly following a docum
66
* [C](#C)
77
* [JavaScript](#javascript)
88
* [Python](#python)
9+
* [Haskell](#haskell)
910

1011
## C:
1112
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
1213
* [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
1314
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
15+
* [Write an OS from scratch](https://github.com/tuhdo/os01)
1416

1517
## JavaScript:
1618
* [Create Serverless React.js Apps](http://serverless-stack.com/)
@@ -25,4 +27,7 @@ Learning by doing is important and more effective than plainly following a docum
2527
* [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)
2628
* [Build a Microblog with Flask](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
2729
* [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html)
28-
* [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/)
30+
* [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/)
31+
32+
## Haskell:
33+
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)

0 commit comments

Comments
 (0)