summaryrefslogtreecommitdiffstats
path: root/computer/programming.md
blob: 0b0d215ca84f70ca3d0dd0b1726956d8f60a9b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Programming
---

Notes on programming go here.

These are more general notes, not tutorials. Some sections contain links to
tutorials and resources.

## Lists of Public APIs

* [public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)
* [public-apis/public-apis](https://github.com/public-apis/public-apis)


## Readworthy articles

* [The Voids Of Haskell](https://github.com/graninas/The-Voids-Of-Haskell)
* [Why is Object-Oriented Programming Bad?](https://ovid.github.io/articles/why-is-object-oriented-programming-bad.html)
* [CppCon 2018: Matt Godbolt “The Bits Between the Bits: How We Get to main()”](https://www.youtube.com/watch?v=dOfucXtyEsU)
* [The worst programming language ever - Mark Rendle - NDC Oslo 2021](https://www.youtube.com/watch?v=vcFBwt1nu2U)
* [Plain Text - Dylan Beattie - NDC Oslo 2021](https://www.youtube.com/watch?v=_mZBa3sqTrI)