File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ Learning by doing is important and more effective than plainly following a docum
6
6
* [ C] ( #C )
7
7
* [ JavaScript] ( #javascript )
8
8
* [ Python] ( #python )
9
+ * [ Haskell] ( #haskell )
9
10
10
11
## C:
11
12
* [ Write a Shell in C] ( https://brennan.io/2015/01/16/write-a-shell-in-c/ )
12
13
* [ Build Your Own Text Editor] ( http://viewsourcecode.org/snaptoken/kilo/ )
13
14
* [ Build Your Own Lisp] ( http://www.buildyourownlisp.com/ )
15
+ * [ Write an OS from scratch] ( https://github.com/tuhdo/os01 )
14
16
15
17
## JavaScript:
16
18
* [ 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
25
27
* [ Build a Simple Interpreter] ( https://ruslanspivak.com/lsbasi-part1/ )
26
28
* [ Build a Microblog with Flask] ( https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world )
27
29
* [ 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/ )
You can’t perform that action at this time.
0 commit comments